diff --git a/Running-Mastodon/Development-guide.md b/Running-Mastodon/Development-guide.md index 4f2f5363..fac390e6 100644 --- a/Running-Mastodon/Development-guide.md +++ b/Running-Mastodon/Development-guide.md @@ -53,18 +53,18 @@ These are self-contained instructions for setting up a development environment o ### Prerequisites -- Get [Homebrew](https://brew.sh) and use it to install the other dependencies: - - ``` - brew install imagemagick ffmpeg yarn postgresql redis rbenv nodejs - ``` - - Get [Xcode](https://developer.apple.com/xcode/) Commandline tools ``` xcode-select install ``` +- Get [Homebrew](https://brew.sh) and use it to install the other dependencies: + + ``` + brew install imagemagick ffmpeg yarn postgresql redis rbenv nodejs + ``` + - Configure Rbenv: ```