From ac37fa31eabd01839d942772b040756f2aa8ef9b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Wed, 20 May 2015 22:37:56 +0200 Subject: [PATCH] Improve installation info. --- README | 9 +++++++++ README.md | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/README b/README index 5f50060..b7121a2 100644 --- a/README +++ b/README @@ -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 diff --git a/README.md b/README.md index 5f50060..b7121a2 100644 --- 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 -- 2.30.2