Merge pull request #57 from mgroth0/patch-1

Add node-gyp dependency to instructions
pull/68/head
Laurent Cozic 2017-12-03 21:45:40 +00:00 committed by GitHub
commit 110dc29bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
## macOS dependencies
brew install yarn node xgettext
brew install yarn node xgettext
npm install -g node-gyp
echo 'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile