Update README with newly released version url
[command.git] / README.md
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