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