Merge branch 'readme_fix' of MoonsideGames/MoonTools.NETPhysFS into master
continuous-integration/drone/push Build is passing Details

master
cosmonaut 2020-03-03 01:51:38 +00:00 committed by Gitea
commit efec550df0
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ It provides *IEnumerable* iterators to avoid creating garbage, and a *Stream* su
You can use this library by adding it as a submodule and then referencing it in your .csproj file.
```sh
git submodule add git@github.com:MoonsideGames/MoonTools.NETPhysFS.git
git submodule add https://gitea.moonside.games/MoonsideGames/MoonTools.NETPhysFS.git
```
You must also include a compiled binary of PhysFS for your platform for this to work properly.