Update Development-guide.md (#340)
in order to install ruby-idn we need to make sure we have libidn installed.
This commit is contained in:
parent
76a1ef709c
commit
e0f6fb40b0
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ These are self-contained instructions for setting up a development environment o
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
```
|
```
|
||||||
|
brew install libidn
|
||||||
bundle install --with development
|
bundle install --with development
|
||||||
yarn install --pure-lockfile
|
yarn install --pure-lockfile
|
||||||
gem install foreman --no-ri --no-rdoc
|
gem install foreman --no-ri --no-rdoc
|
||||||
|
|
Loading…
Reference in a new issue