Files
Synthesizer-V-Studio-2-Linu…/README.md
eric5949 2f76921eb5 Fix code block formatting in README.md
Updated code block formatting for Bash and Fish installation commands.
2026-02-02 19:54:36 -05:00

17 lines
595 B
Markdown

# Synthesizer V Studio 2 Linux Installer
Just a script to install Synth V 2 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.
*Bash*
```bash
bash <(curl -s https://raw.githubusercontent.com/eric5949/Synthesizer-V-Studio-2-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/Synthesizer-V-Studio-2-Linux-Installer/refs/heads/main/sv2linuxinstaller.sh | psub)
```