From 887837ab87405c5a8c80d7d0dba3cada422d40b1 Mon Sep 17 00:00:00 2001 From: Diana Thayer Date: Sun, 21 May 2017 22:57:17 -0700 Subject: [PATCH] Update Development-guide.md Since the document specifies the `--pure-lockfile` flag, it seems inaccurate to say, "Similarly, installing JavaScript dependencies doesn't require any flags." I've changed the text accordingly. I hope it's appropriate! --- Running-Mastodon/Development-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-Mastodon/Development-guide.md b/Running-Mastodon/Development-guide.md index 7e46f97d..2f2b2a71 100644 --- a/Running-Mastodon/Development-guide.md +++ b/Running-Mastodon/Development-guide.md @@ -17,7 +17,7 @@ The command to install Ruby project dependencies is the following: bundle install -Similarly, installing JavaScript dependencies doesn't require any flags: +Install JavaScript dependencies with this command: yarn install --pure-lockfile