From d0b9bb8801abd5f7d4c7f323564c5eddca50a0cc Mon Sep 17 00:00:00 2001 From: Chad Ingram Date: Wed, 17 May 2017 00:08:04 -0400 Subject: [PATCH] Update Development-guide.md Add protobuf to brew install line - needed by cld3 --- 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 953029a..24ae603 100644 --- a/Running-Mastodon/Development-guide.md +++ b/Running-Mastodon/Development-guide.md @@ -62,7 +62,7 @@ These are self-contained instructions for setting up a development environment o - Get [Homebrew](https://brew.sh) and use it to install the other dependencies: ``` - brew install imagemagick ffmpeg yarn postgresql redis rbenv nodejs + brew install imagemagick ffmpeg yarn postgresql redis rbenv nodejs protobuf ``` - Configure Rbenv: