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
10
README.md
10
README.md
|
@ -38,11 +38,15 @@ align much better with ours than those of the original developers.
|
|||
|
||||
# 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
|
||||
|
||||
`path:"../myou-engine/libs/packages"`
|
||||
`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"`
|
||||
|
||||
* Change `..` by the actual location of `myou-engine` if necessary.
|
||||
|
||||
|
|
Loading…
Reference in a new issue