Skip to content

Commit

Permalink
Update README.md (#43)
Browse files Browse the repository at this point in the history
Fixed the issue with different nvm version instruction for smooth installation.

Co-authored-by: s-egge <[email protected]>
  • Loading branch information
SayantaniDeb and s-egge authored Dec 17, 2024
1 parent 66d877c commit 05c1d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ An interactive map showing the sustainability features available at Oregon State
## Installation Steps

- Clone the repo
- Use nvm to get node version 18 (`nvm install 16 && nvm use 18`)
- Use nvm to get node version 18 (`nvm install 18 && nvm use 18`)
- `npm install`
- `npm run serve` to test-run the website

Expand Down

0 comments on commit 05c1d31

Please sign in to comment.