Skip to content

Commit

Permalink
add nvm to install instruction (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous authored Jan 4, 2024
1 parent 91c36dd commit 3cb7ca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tutorials/todo-app/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ Next, you will build the `Todo` app that's implemented using [VueJs](https://vue
```bash:no-line-numbers
git clone https://github.com/aklivity/todo-app && \
cd todo-app && \
nvm install && nvm use \
npm install && \
npm run build && \
cd ..
Expand Down

0 comments on commit 3cb7ca1

Please sign in to comment.