Update README with newly released version url
authorRafał Długołęcki <rafal@dlugolecki.net.pl>
Mon, 8 Feb 2016 21:27:06 +0000 (22:27 +0100)
committerRafał Długołęcki <rafal@dlugolecki.net.pl>
Mon, 8 Feb 2016 21:27:06 +0000 (22:27 +0100)
README
README.md

diff --git a/README b/README
index 973691ba9f5fc1f85c1be5a6f6acde957add1ba5..f6559de5afd7977c2352e315e8064456b755717a 100644 (file)
--- a/README
+++ b/README
@@ -6,8 +6,8 @@ C++ library for handling command line arguments.
 
 ### debian package
 
-    $ wget https://github.com/quayle/command/releases/download/v0.2.1-deb/command_0.2.1_all.deb
-    $ sudo dpkg -i command_0.2.1_all.deb
+    $ wget https://github.com/quayle/command/releases/download/v0.3-deb/command_0.3_all.deb
+    $ sudo dpkg -i command_0.3_all.deb
 
 ### from sources
 
index 973691ba9f5fc1f85c1be5a6f6acde957add1ba5..f6559de5afd7977c2352e315e8064456b755717a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@ C++ library for handling command line arguments.
 
 ### debian package
 
-    $ wget https://github.com/quayle/command/releases/download/v0.2.1-deb/command_0.2.1_all.deb
-    $ sudo dpkg -i command_0.2.1_all.deb
+    $ wget https://github.com/quayle/command/releases/download/v0.3-deb/command_0.3_all.deb
+    $ sudo dpkg -i command_0.3_all.deb
 
 ### from sources