From 92815e072f47ca226599f1428b4f4b30f0f30538 Mon Sep 17 00:00:00 2001 From: Eric Mitchell Date: Thu, 16 Apr 2026 17:52:19 -0400 Subject: [PATCH] Create README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8af1879 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Vocaloid6 Linux Installer + Just a script to install Vocaloid6 on Linux. + + Download the script and run it, make sure you have wine, winetricks and yabridge/yabridgectl installed if you want to try and use the VST plugin. + + I have not tested this with wine earlier than 11.6. + +*Bash* +```bash +bash <(curl -s https://raw.githubusercontent.com/eric5949/Vocaloid6-Linux-Installer/refs/heads/main/sv2linuxinstaller.sh) +``` + +*Fish* (because I use fish and fish is wierd) +```fish +bash (curl -s https://raw.githubusercontent.com/eric5949/Vocaloid6-Linux-Installer/refs/heads/main/sv2linuxinstaller.sh | psub) +``` + +VST works on new wine with this yabridge: https://github.com/robbert-vdh/yabridge/actions/workflows/build.yml?query=branch%3Anew-wine10-embedding