You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-19Lines changed: 14 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -10,54 +10,49 @@ See the completed project here: [http://vuejs-calendar.vuejsdevelopers.com/](htt
10
10
11
11
#### Pre-installation
12
12
13
-
- Ensure [NPM](https://docs.npmjs.com) and [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) are installed on your system
13
+
- Ensure [Node.js >=5.10](https://nodejs.org/en/download/), [NPM](https://docs.npmjs.com) and [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) are installed on your system
14
14
15
15
#### Installation
16
16
17
17
1. Install this code on your local system
18
-
19
-
**Option 1 (recommended)**
20
18
21
-
1. Fork this repository (see top right corner)
19
+
1. Fork this repository (click 'Fork' button in top right corner)
22
20
2. Clone the forked repository on your local file system
0 commit comments