Skip to content

Commit 7f9b254

Browse files
govindgoelTildaDares
authored andcommitted
updated installation instructions (publiclab#345)
1 parent f92e091 commit 7f9b254

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/getting_started.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,20 @@ So you're almost there, just some info before you start building amazing things
1313

1414
### Installation instructions [ [Watch video guide](https://youtu.be/wkC2AgLiaTM) ]
1515

16+
* Fork our repo from.
17+
18+
``` https://github.com/publiclab/community-toolbox ```
1619
* Clone or download the repository into any fresh temporary folder.
1720

18-
``` git clone https://github.com/publiclab/community-toolbox.git ```
21+
```git clone https://github.com/your_username/community-toolbox.git ```
1922

2023
* Cd into that root folder you just cloned locally.
2124

2225
``` cd community-toolbox ```
26+
27+
* Add upstream.
28+
29+
``` git remote add upstream https://github.com/publiclab/community-toolbox.git```
2330

2431
* Open terminal in the current folder and to install all dependencies run
2532

0 commit comments

Comments
 (0)