Improve installation info.
[command.git] / README.md
index 5f50060d42d74c894abb7d81990eb8be0c728c6c..b7121a20c33e0573c0eb3ae193b5892344af8db6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,6 +4,15 @@ C++ library for handling command line arguments.
 
 ## Installation
 
+### 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
+
+### from sources
+
+You will need to have autotools installed (automake, autoconf, ...)
+
     $ ./autogen.sh
     $ ./configure
     $ make