Skip to content

Commit

Permalink
Add yarn install docs and note to TERMS
Browse files Browse the repository at this point in the history
  • Loading branch information
wpears committed Sep 25, 2018
1 parent bebee7b commit f790bc3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions TERMS.md
Expand Up @@ -55,3 +55,5 @@ author or the affirmer.
is licensed under MIT License.
- [Normalize](https://necolas.github.io/normalize.css/) by Nicolas Gallagher,
co-created with Jonathan Neal, is licensed under the MIT License.
- Build depedencies packaged in `npm-packages-offline-cache` are individually licensed.
Once installed, specific licenses can be viewed in the `node_modules` folder.
9 changes: 8 additions & 1 deletion docs/installation.md
Expand Up @@ -98,7 +98,14 @@ The cfgov-refresh front end currently uses the following frameworks / tools:

!!! note
This project requires Node.js v8.5 or higher, and npm v5.2 or higher.
2. Install [yarn](https://yarnpkg.com/en/docs/install)
2. Install [yarn](https://yarnpkg.com/en/docs/install). We recommend using [Homebrew](https://brew.sh):


```bash
# Use --without-node to use your system installed node version
brew install yarn --without-node
```


#### Webfonts

Expand Down

0 comments on commit f790bc3

Please sign in to comment.