File tree 1 file changed +25
-5
lines changed
1 file changed +25
-5
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,35 @@ Source code for the [Ultimate Vue.js Developers Course](http://bit.ly/2mPK8ny).
8
8
9
9
See the completed project here: [ http://vuejs-calendar.vuejsdevelopers.com/ ] ( http://vuejs-calendar.vuejsdevelopers.com/ )
10
10
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
12
14
13
- 1 . Clone this repository on your local file system
15
+ #### Installation
14
16
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
+
15
34
```
16
35
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
+
20
40
2. Install dependencies
21
41
22
42
```
You can’t perform that action at this time.
0 commit comments