From e0f6fb40b06c95244815f319e19840cbebc56a67 Mon Sep 17 00:00:00 2001 From: kfir Date: Sat, 15 Jul 2017 19:40:40 -0400 Subject: [PATCH] Update Development-guide.md (#340) in order to install ruby-idn we need to make sure we have libidn installed. --- Running-Mastodon/Development-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Running-Mastodon/Development-guide.md b/Running-Mastodon/Development-guide.md index d6d8cfb..b288ec3 100644 --- a/Running-Mastodon/Development-guide.md +++ b/Running-Mastodon/Development-guide.md @@ -110,6 +110,7 @@ These are self-contained instructions for setting up a development environment o ### Installation ``` +brew install libidn bundle install --with development yarn install --pure-lockfile gem install foreman --no-ri --no-rdoc