From a2aa0490e2b2882ee6b0fe4ed38e3be18c639ff6 Mon Sep 17 00:00:00 2001 From: eater <=@eater.me> Date: Tue, 25 Feb 2020 18:33:18 +0100 Subject: [PATCH] fix name, again --- tes3mp-plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tes3mp-plugin/README.md b/tes3mp-plugin/README.md index 1efc987..9d10f6e 100644 --- a/tes3mp-plugin/README.md +++ b/tes3mp-plugin/README.md @@ -10,7 +10,7 @@ Because Rust won't allow you to re-export symbols from other crates, this crate cd crate-dir git status || git init mkdir extern -git submodule add https://git.cijber.net/teamnwah/tes3mp-rs extern/tes3mp-plugin +git submodule add https://git.cijber.net/teamnwah/tes3mp-rs.git extern/tes3mp-rs ln -s extern/tes3mp-rs/tes3mp-plugin/src/plugin src/plugin ```