From 437554b99904ffdcfae80e3ecd5529ca635327dd Mon Sep 17 00:00:00 2001 From: volgafan Date: Mon, 5 Aug 2013 15:53:50 -0700 Subject: Update install.rst sudo should be used instead bash --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 First, install the build dependencies :: - bash apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev cmake checkinstall + sudo apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev cmake checkinstall .. note :: ``libconfig-dev`` should be >= 1.4. -- cgit v1.2.3