Update Development-guide.md

This commit is contained in:
Eugen Rochko 2017-05-22 04:20:26 +02:00 committed by GitHub
parent c29f6f2ee6
commit 9a89190202
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@ In fact, all you need is described in the [production guide](Production-guide.md
Ubuntu dependencies for a development environment (bundler will fail if these are not installed in advance)
sudo apt-get install libpq-dev libssl-dev libprotobuf-dev protobuf-compiler ; sudo gem update --no-ri --no-rdoc
sudo apt-get install libpq-dev libssl-dev libprotobuf-dev protobuf-compiler
The command to install Ruby project dependencies is the following:
bundle install --with development
bundle install
Similarly, installing JavaScript dependencies doesn't require any flags: