Skip to content

Commit

Permalink
docs: fix used node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael.Taylor committed Nov 29, 2021
1 parent 4336a9f commit b865229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ A React App that displays a list of retired Carbon Tokens
```
git clone git@github.com:Chia-Network/carbon-asset-token.git
cd carbon-asset-token
nvm install 12.22.0
nvm use 12.22.0
nvm install 16.0.0
nvm use 16.0.0
npm install -g husky
npm install -g yarn
yarn
Expand Down

0 comments on commit b865229

Please sign in to comment.