Updated README with instructions to clone repository.

This commit is contained in:
DiThi 2024-08-20 21:04:59 +00:00
parent 46180ad5c2
commit 469703aa70

View file

@ -38,11 +38,15 @@ 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
`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. * Change `..` by the actual location of `myou-engine` if necessary.