fix README

This commit is contained in:
eater 2020-02-25 20:15:58 +01:00
parent 2e96d585a3
commit 27c2450f41
Signed by: eater
GPG key ID: AD2560A0F84F0759

View file

@ -11,7 +11,7 @@ cd crate-dir
git status || git init git status || git init
mkdir extern mkdir extern
git submodule add https://git.cijber.net/teamnwah/tes3mp-rs.git extern/tes3mp-rs 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 ln -s ../extern/tes3mp-rs/tes3mp-plugin/src/plugin src/plugin
``` ```
This will make the `plugin` like it's part of your crate, which allows us to export the C symbols This will make the `plugin` like it's part of your crate, which allows us to export the C symbols