We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6b28b commit 509a9f6Copy full SHA for 509a9f6
README.md
@@ -28,8 +28,12 @@ A simple portfolio starter theme built with Vue.js v3 and TailwindCSS v2. This i
28
29
1. ##### Make sure you have Node JS installed. If you don't have it:
30
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
+
35
```
-npm install -g npm
36
+brew install node
37
38
39
2. ##### Clone the repo:
0 commit comments