diff --git a/README.md b/README.md new file mode 100644 index 0000000..d641312 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Build + +```sh +git clone --recursive https://github.com/mii443/MigawariDriver.git +cmake . + +# Open the MigawariDriver.sln by VisualStudio and build it. +```