parent
425af0f3fd
commit
130fb622de
11
Development-environment-setup.md
Normal file
11
Development-environment-setup.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
```shell
|
||||||
|
git clone git@git.semicolin.games:semicolin/sneak.git sneak
|
||||||
|
git clone git@git.semicolin.games:semicolin/sneak-content.git sneak/Content
|
||||||
|
|
||||||
|
cd sneak
|
||||||
|
git remote add github git@github.com:mcmillen/sneak.git
|
||||||
|
|
||||||
|
cd Content
|
||||||
|
git remote add github git@github.com:mcmillen/sneak-content.git
|
||||||
|
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user