Improve installation info.
[command.git] / README.md
index 037aea026122332b3038f2b78e4b06c9931d26df..b7121a20c33e0573c0eb3ae193b5892344af8db6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,9 +1,18 @@
 # Command
 
-C++ library for handling command line arguments, designed to be easily used.
+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
@@ -51,4 +60,4 @@ Current documentation can be found at:
 http://dlugolecki.net.pl/software/command/docs/
 
 If for some reason it is unavailable, you can build it yourself. The only
-requirement is to have [Doxygen](www.doxygen.org/) installed when `make` command is invoked.
+requirement is to have [Doxygen](http://www.doxygen.org/) installed when `make` command is invoked.