diff options
author | volgafan <cap@kernelcraft.com> | 2013-08-05 15:53:50 -0700 |
---|---|---|
committer | volgafan <cap@kernelcraft.com> | 2013-08-05 15:53:50 -0700 |
commit | 437554b99904ffdcfae80e3ecd5529ca635327dd (patch) | |
tree | 572d53ae169c1a83b3f104ea67cc6f0ce2931a54 | |
parent | 8618662e29a49c9412e296a1d7c6749e944431e5 (diff) |
Update install.rst
sudo should be used instead bash
-rw-r--r-- | docs/install.rst | 2 |
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 | ||
7 | First, install the build dependencies :: | 7 | First, 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 | ||