Skip to content

Commit 509a9f6

Browse files
committed
Node js updates
1 parent 0f6b28b commit 509a9f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,12 @@ A simple portfolio starter theme built with Vue.js v3 and TailwindCSS v2. This i
2828

2929
1. ##### Make sure you have Node JS installed. If you don't have it:
3030

31+
- [Download it from nodejs.org](https://nodejs.org)
32+
- [Install it using NVM ](https://github.com/nvm-sh/nvm)
33+
- If you're on Mac, install it with Homebrew:
34+
3135
```
32-
npm install -g npm
36+
brew install node
3337
```
3438

3539
2. ##### Clone the repo:

0 commit comments

Comments
 (0)