Commit b2b790afa73f227ca60b64c557b6329c34213f06
1 parent
9924492a
Exists in
spb-stable
and in
3 other branches
Nicer formulation.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/install/installation.md
@@ -52,7 +52,7 @@ If you are not familiar with vim please skip this and keep using the default edi | @@ -52,7 +52,7 @@ If you are not familiar with vim please skip this and keep using the default edi | ||
52 | sudo apt-get install -y vim | 52 | sudo apt-get install -y vim |
53 | sudo update-alternatives --set editor /usr/bin/vim.basic | 53 | sudo update-alternatives --set editor /usr/bin/vim.basic |
54 | 54 | ||
55 | -Install the required packages (some are needed to compile native extensions for the gems): | 55 | +Install the required packages (needed to compile Ruby and native extensions to Ruby gems): |
56 | 56 | ||
57 | sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server redis-server checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate | 57 | sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server redis-server checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate |
58 | 58 |