]> git.proxmox.com Git - mirror_ifupdown2.git/blobdiff - README.rst
addons: bridge: add new policy vxlan_bridge_igmp_snooping_enable_port_mcrouter
[mirror_ifupdown2.git] / README.rst
index cca06ec8840cfe3d39a5faf1af1bd6adc03e24ae..c6a5e754f3682bb4889701cf734a1b60a7fa624b 100644 (file)
@@ -37,11 +37,11 @@ Once you have a copy of the source, you should build a deb-package and install i
 
     $ cd ifupdown2 && git checkout master-next && make deb
 
-The generated deb should be in the root directory (``../ifupdown2_2.0.0_all.deb``)
+The generated deb should be in the root directory (``../ifupdown2_1.2.1_all.deb``)
 
 .. code-block:: console
 
-    $ dpkg -i ../ifupdown2_2.0.0_all.deb
+    $ dpkg -i ../ifupdown2_1.2.1_all.deb
 
 We don't recommend using ``setup.py install`` directly, as it's still missing systemd/init.d scripts.
 This capability should be added in the near future.
@@ -50,7 +50,7 @@ You might need to manually download dependencies. Mandatory dependencies:
 
 .. code-block:: console
 
-    $ apt-get install build-essential devscripts dh-systemd fakeroot python-all python-docutils iproute2 python-ipaddr python-argcomplete
+    $ apt-get install build-essential devscripts dh-systemd fakeroot python-all python-docutils iproute2 python-ipaddr python-argcomplete python-setuptools
 
 Suggested dependencies: