Update Development-guide.md
This commit is contained in:
parent
c29f6f2ee6
commit
9a89190202
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
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:
|
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:
|
Similarly, installing JavaScript dependencies doesn't require any flags:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue