Skip to content

Commit a07e9ff

Browse files
author
Vue.js Developers
authored
Update README.md
1 parent 6ff35c7 commit a07e9ff

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed

README.md

+25-5
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,35 @@ Source code for the [Ultimate Vue.js Developers Course](http://bit.ly/2mPK8ny).
88

99
See the completed project here: [http://vuejs-calendar.vuejsdevelopers.com/](http://vuejs-calendar.vuejsdevelopers.com/)
1010

11-
#### Installation
11+
#### Pre-installation
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
1214

13-
1. Clone this repository on your local file system
15+
#### Installation
1416

17+
1. Install this code on your local system
18+
19+
**Option 1 (recommended)**
20+
21+
1. Fork this repository (see top right corner)
22+
2. Clone the forked repository on your local file system
23+
24+
```
25+
cd /path/to/install/location
26+
27+
git clone [email protected]:[your_username]/vuejs-calendar.git
28+
```
29+
30+
**Option 2 (easier)**
31+
32+
This option is better if you're not a Github user or are not sure how to setup SSH keys
33+
1534
```
1635
cd /path/to/install/location
17-
git clone [email protected]:vuejsdevelopers/vuejs-calendar.git
18-
```
19-
36+
37+
git clone https://github.com/vuejsdevelopers/vuejs-calendar.git
38+
```
39+
2040
2. Install dependencies
2141
2242
```

0 commit comments

Comments
 (0)