From 469703aa70acc55ba4f9dc630df8dc0ef41b29c7 Mon Sep 17 00:00:00 2001 From: DiThi Date: Tue, 20 Aug 2024 21:04:59 +0000 Subject: [PATCH] Updated README with instructions to clone repository. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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.