mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-22 12:03:28 +01:00
update nuget source path since this seems to work more consistently
This commit is contained in:
parent
44e6f04e86
commit
4b43e5894a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# TinyLifeExampleMod
|
O g# TinyLifeExampleMod
|
||||||
An example mod for my game Tiny Life. Fork this repository if you make a mod so people can easily find it!
|
An example mod for my game Tiny Life. Fork this repository if you make a mod so people can easily find it!
|
||||||
|
|
||||||
# Installing Mods
|
# Installing Mods
|
||||||
|
@ -15,7 +15,7 @@ To create a mod, all you have to do is fork this repository and open the project
|
||||||
|
|
||||||
Since Tiny Life uses early versions of some of my libraries, you will also have to add [my server](https://nuget.ellpeck.de/) to your NuGet config. You can do so using the following command:
|
Since Tiny Life uses early versions of some of my libraries, you will also have to add [my server](https://nuget.ellpeck.de/) to your NuGet config. You can do so using the following command:
|
||||||
```
|
```
|
||||||
nuget sources Add -Name "Ellpeck" -Source https://nuget.ellpeck.de/
|
dotnet nuget add source https://nuget.ellpeck.de/v3/index.json --name "Ellpeck"
|
||||||
```
|
```
|
||||||
|
|
||||||
This repository also contains a little script called `Run.sh` that you can use to automatically build your mod, copy it into the `Mods` directory of your Tiny Life instance and run the game. Just be sure to modify all of the paths first.
|
This repository also contains a little script called `Run.sh` that you can use to automatically build your mod, copy it into the `Mods` directory of your Tiny Life instance and run the game. Just be sure to modify all of the paths first.
|
||||||
|
|
Loading…
Reference in a new issue