]> git.proxmox.com Git - mirror_ifupdown2.git/commitdiff
README: update deb version (1.2.1)
authorJulien Fortin <julien@cumulusnetworks.com>
Tue, 9 Oct 2018 15:38:40 +0000 (17:38 +0200)
committerJulien Fortin <julien@cumulusnetworks.com>
Thu, 13 Dec 2018 22:43:57 +0000 (14:43 -0800)
README.rst

index cca06ec8840cfe3d39a5faf1af1bd6adc03e24ae..091bbfb728561cea0f76a486b68138d1039bf0a3 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.