Updated README with instructions to clone repository.
This commit is contained in:
parent
46180ad5c2
commit
469703aa70
1 changed files with 7 additions and 3 deletions
|
@ -38,9 +38,13 @@ align much better with ours than those of the original developers.
|
||||||
|
|
||||||
# Getting started
|
# Getting started
|
||||||
|
|
||||||
* Install [Nimskull]()
|
* Install [Nimskull](https://github.com/nim-works/nimskull)
|
||||||
|
|
||||||
* Add this to your `nim.cfg` file:
|
* Clone this repository with all submodules
|
||||||
|
|
||||||
|
`git clone --recursive https://git.myou.dev/MyouProject/myou-engine`
|
||||||
|
|
||||||
|
* Add this to your `nim.cfg` file in your project:
|
||||||
|
|
||||||
`path:"../myou-engine/libs/packages"`
|
`path:"../myou-engine/libs/packages"`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue