From 3e3c28b6b24dd9eadb8c27d689ff808aa4a9ac96 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Sun, 1 Nov 2020 15:47:09 +0100 Subject: [PATCH] README.md: quick build proc --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75add37..7139b2e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # proxmox_routing -Add routes and make ARP/NDP permanent when a VM is moved to a proxmox node \ No newline at end of file +Add routes and make ARP/NDP permanent when a VM is moved to a proxmox node + +# How to build + +```shell +user ~ $ wget https://git.grifon.fr/alarig/proxmox_routing/archive/master.tar.gz +user ~ $ rm -r proxmox_routing +user ~ $ tar -xf master.tar.gz +user ~ $ cd proxmox_routing +user proxmox_routing $ dpkg-buildpackage +```