From d5a6c42675da983539e8df34675d09e207f0b35d Mon Sep 17 00:00:00 2001 From: Julien Fortin Date: Wed, 1 Aug 2018 11:30:28 +0200 Subject: [PATCH] README: update build instruction to switch to maste-next branch The building instruction didn't mention that users should checkout the master-next branch and build from it. This branch contains the lastest ifupdown2 version --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ea9f772..0c33380 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ Once you have a copy of the source, you should build a deb-package and install i .. code-block:: console - $ cd ifupdown2 && make deb + $ cd ifupdown2 && git checkout master-next && make deb The generated deb should be in the root directory (``../ifupdown2_2.0.0_all.deb``)