diff --git a/Running-Mastodon/Development-guide.md b/Running-Mastodon/Development-guide.md index 53424d9..298138d 100644 --- a/Running-Mastodon/Development-guide.md +++ b/Running-Mastodon/Development-guide.md @@ -11,10 +11,14 @@ In fact, all you need is described in the [production guide](Production-guide.md - To prefix any commands with `RAILS_ENV=production` since the default environment is "development" anyway - Any cronjobs -The command to install project dependencies does not require any flags, i.e. simply +The command to install Ruby project dependencies does not require any flags, i.e. simply bundle install +Similarly, installing JavaScript dependencies doesn't require any flags: + + yarn install + By default the development environment wants to connect to a `mastodon_development` database on localhost using your user/ident to login to Postgres (i.e. not a md5 password) You can run Mastodon with: