Skip to content

Commit a7b9311

Browse files
committed
new install notes
1 parent 04f5189 commit a7b9311

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Or if you do not want VS Code or the Docker setup, install your environment manu
2727
3. Install Node & yarn, use version in build-test-deploy.yml in "Setup Node.js", (try nvm):
2828

2929
```sh
30-
nvm install --lts --reinstall-packages-from=current
31-
nvm use --lts
30+
nvm install # uses our .nvmrc
31+
nvm use # uses our .nvmrc
3232
yarn install
3333
```
3434

@@ -37,6 +37,7 @@ Or if you do not want VS Code or the Docker setup, install your environment manu
3737
Build the HTML website.
3838

3939
```sh
40+
yarn build
4041
bundle exec jekyll build
4142
```
4243

0 commit comments

Comments
 (0)