diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..c58ef57 --- /dev/null +++ b/Justfile @@ -0,0 +1,2 @@ +hello: + clear; tmux clear-history || true; cargo build && target/debug/vestal bin/hello-msg.exe | less diff --git a/README.md b/README.md index 5d3626c..8a30b70 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# vestal - -here is meant to be a tool which takes a vst2 dll -and statically relinks it into a modern format -that can be used on linux x64. +``` +just # 🛕 +```