summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-05 15:58:43 -0700
committerirungentoo <irungentoo@gmail.com>2013-08-05 15:58:43 -0700
commitf4c40c3672e60c0135416ac70c9e95aa57f5f181 (patch)
tree089895be16af869e3ef26a0c23b7b2b371f16dfd
parent853c70688d78cdcd27ea1b62cbb578d516ea9bca (diff)
parent437554b99904ffdcfae80e3ecd5529ca635327dd (diff)
Merge pull request #349 from volgafan/patch-1
Update install.rst
-rw-r--r--docs/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst
index c5fea5d1..9b6e2f29 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -6,7 +6,7 @@ Linux
6 6
7First, install the build dependencies :: 7First, install the build dependencies ::
8 8
9 bash apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev cmake checkinstall 9 sudo apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev cmake checkinstall
10 10
11.. note :: ``libconfig-dev`` should be >= 1.4. 11.. note :: ``libconfig-dev`` should be >= 1.4.
12 12