update README

pull/2/head
Evan Hemsley 2020-01-17 19:38:52 -08:00
parent fa8c577cee
commit 81e623d7e8
1 changed files with 2 additions and 2 deletions

View File

@ -10,10 +10,10 @@ 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 submodule add git@github.com:MoonsideGames/MoonTools.NETPhysFS.git
```
You must include a compiled binary of PhysFS for your platform for this to work properly.
You must also include a compiled binary of PhysFS for your platform for this to work properly.
## Example