From ffec719bde0ce8cd871efe9924065bcbde252214 Mon Sep 17 00:00:00 2001 From: Nik Date: Fri, 20 Oct 2023 19:56:36 +0300 Subject: [PATCH] chore(git): added nez as a submodule --- .gitmodules | 3 +++ README.md | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..82a1e41 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/Libs/Nez"] + path = src/Libs/External/Nez + url = https://github.com/prime31/Nez.git diff --git a/README.md b/README.md index f7a54f7..3bea151 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ - [Project docs](https://monogame.youtrack.cloud/articles/MG) - [Task-tracking board](https://monogame.youtrack.cloud/agiles/147-2) +## Clone the Project + +```shell +git clone --recurse-submodules https://github.com/cherrynik/monogame.git +``` + +_([Nez](https://github.com/prime31/Nez) is a submodule dependency)_ + ## Install Dependencies > **Warning!** It's only required if you're going to maintain the project.