From cfc50191c4e3941edf91feba0519e3e1044fccdd Mon Sep 17 00:00:00 2001 From: thatcosmonaut Date: Mon, 2 Mar 2020 17:49:53 -0800 Subject: [PATCH] updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a375fb..408d713 100644 --- a/README.md +++ b/README.md @@ -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.