Skip to content

Commit

Permalink
Fix #6362 - update new joiner build docs in README to mention require…
Browse files Browse the repository at this point in the history
…ment for Node.js to run bootstrap.sh (#6364)
  • Loading branch information
SteveOfTheStow committed Apr 6, 2020
1 parent 3d6c4b1 commit f875182
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ Building the code
-----------------

1. Install the latest [Xcode developer tools](https://developer.apple.com/xcode/downloads/) from Apple.
1. Install Carthage
1. Install Carthage and Node
```shell
brew update
brew install carthage
brew install node
```
1. Clone the repository:
```shell
Expand Down

0 comments on commit f875182

Please sign in to comment.