Skip to content

Commit f1af3ec

Browse files
committed
Update installation URL
1 parent 527a89f commit f1af3ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
```
1111
2. Install the template (Copy this into git bash).
1212
```bash
13-
git remote add template https://bitbucket.org/dmgdevelopmentteam/typescript-project-template/ && git pull template master --allow-unrelated-histories && git remote remove template
13+
git remote add template https://github.com/StatelessStudio/typescript-template/ && git pull template master --allow-unrelated-histories && git remote remove template
1414
```
1515
3. Replace "typescript-template" with the name of your app project-wide (**No Spaces or special characters except dash!**)
1616
4. `npm i`

0 commit comments

Comments
 (0)