Skip to content

Commit fd97425

Browse files
committed
Updated README.md
1 parent 20da63f commit fd97425

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

Documentation/Install.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,11 @@
113113
```cmake
114114
include_directories($ENV{HOME}/git/github/rhythm-game-utilities/include/)
115115
```
116+
117+
### MonoGame
118+
119+
Install the nuget package [com.neogeek.rhythm-game-utilities](https://www.nuget.org/packages/com.neogeek.rhythm-game-utilities/) via the CLI or from within your IDE.
120+
121+
```bash
122+
dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.3
123+
```

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,14 @@ This library aims to offer support for multiple platforms through a single codeb
198198
include_directories($ENV{HOME}/git/github/rhythm-game-utilities/include/)
199199
```
200200

201+
### MonoGame
202+
203+
Install the nuget package [com.neogeek.rhythm-game-utilities](https://www.nuget.org/packages/com.neogeek.rhythm-game-utilities/) via the CLI or from within your IDE.
204+
205+
```bash
206+
dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.3
207+
```
208+
201209
## API
202210

203211
### `Audio`

RhythmGameUtilities/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,14 @@ This library aims to offer support for multiple platforms through a single codeb
198198
include_directories($ENV{HOME}/git/github/rhythm-game-utilities/include/)
199199
```
200200

201+
### MonoGame
202+
203+
Install the nuget package [com.neogeek.rhythm-game-utilities](https://www.nuget.org/packages/com.neogeek.rhythm-game-utilities/) via the CLI or from within your IDE.
204+
205+
```bash
206+
dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.3
207+
```
208+
201209
## API
202210

203211
### `Audio`

UnityPackage/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,14 @@ This library aims to offer support for multiple platforms through a single codeb
198198
include_directories($ENV{HOME}/git/github/rhythm-game-utilities/include/)
199199
```
200200

201+
### MonoGame
202+
203+
Install the nuget package [com.neogeek.rhythm-game-utilities](https://www.nuget.org/packages/com.neogeek.rhythm-game-utilities/) via the CLI or from within your IDE.
204+
205+
```bash
206+
dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.3
207+
```
208+
201209
## API
202210

203211
### `Audio`

0 commit comments

Comments
 (0)