add readme

This commit is contained in:
mii443
2024-10-29 18:14:11 +09:00
parent 9a505b6cba
commit 4bdca82764

8
README.md Normal file
View File

@@ -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.
```