From ab041d036df86ba2bceaa487e96d397618e0c758 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 25 Jul 2017 19:09:07 +0200 Subject: [PATCH] Fix #325 --- 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 b288ec32..08ab9567 100644 --- a/Running-Mastodon/Development-guide.md +++ b/Running-Mastodon/Development-guide.md @@ -66,7 +66,7 @@ These are self-contained instructions for setting up a development environment o - Get [Xcode](https://developer.apple.com/xcode/) Command Line Tools: ``` - xcode-select install + xcode-select --install ``` - Get [Homebrew](https://brew.sh) and use it to install the other dependencies: