Fix code block formatting in README.md
Updated code block formatting for Bash and Fish installation commands.
This commit is contained in:
@@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
|
|
||||||
*Bash*
|
*Bash*
|
||||||
```
|
```bash
|
||||||
bash <(curl -s https://raw.githubusercontent.com/eric5949/Synthesizer-V-Studio-2-Linux-Installer/refs/heads/main/sv2linuxinstaller.sh)
|
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* (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)
|
bash (curl -s https://raw.githubusercontent.com/eric5949/Synthesizer-V-Studio-2-Linux-Installer/refs/heads/main/sv2linuxinstaller.sh | psub)
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user