From c5d45549fb09929f17f563c856b8c18fc00e7afa Mon Sep 17 00:00:00 2001 From: Pariring Date: Sat, 5 Nov 2022 11:37:27 +0900 Subject: [PATCH] fix: readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0829534..bc53b46 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ # SkyHook-Native + +dynamic library of SkyHook for use with other languages + +## Development + +```sh +git clone https://git.pikokr.dev/SkyHook/SkyHook-Native #Clone +``` + +to build, just run `build.sh` on Linux of MacOS, `build.ps1` on Windows