diff --git a/README.md b/README.md new file mode 100644 index 0000000..39d8d65 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# SimpleDrums + +Simple VST plugin to add drums to your music ! 🥁 + +## Build ⚙️ + +```bash +mkdir build +cd build +cmake .. +```