diff --git a/README.md b/README.md index 55f38c5..901ec85 100644 --- a/README.md +++ b/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.