1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

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
This commit is contained in:
Julien Fortin
2018-08-01 11:30:28 +02:00
parent dc0aeb8ffb
commit d5a6c42675

View File

@ -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``)