From 9a8919020282e71b9e284306fe501e80d2916b42 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 22 May 2017 04:20:26 +0200 Subject: [PATCH] Update Development-guide.md --- Running-Mastodon/Development-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Running-Mastodon/Development-guide.md b/Running-Mastodon/Development-guide.md index ca309088..22159dfb 100644 --- a/Running-Mastodon/Development-guide.md +++ b/Running-Mastodon/Development-guide.md @@ -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: