Skip to content

Commit

Permalink
chore(git): added nez as a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
cherrynik committed Oct 20, 2023
1 parent 601f47c commit ffec719
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "src/Libs/Nez"]
path = src/Libs/External/Nez
url = https://github.com/prime31/Nez.git
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ffec719

Please sign in to comment.