docs: undo change to installation shell command

A previous commit modified the installation shell command, this modification should be reverted.
This commit is contained in:
Felt389 2026-05-31 21:07:26 +02:00 committed by GitHub
parent 60663dfaf1
commit ed36cc1c06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@
2. Head to the [GitHub Releases](https://github.com/PancakeTAS/lsfg-vk/releases) page and download the file named "lsfg-vk-2.0.0-x86_64.tar.xz".
3. Open a terminal in the folder where you downloaded the file and run the following command:
```bash
tar -xvf lsfg-vk-2.0.0-x86_64.tar.xz -C ~/.local
tar -xvf lsfg-vk-2.0.0-linux.tar.xz -C ~/.local
```
This will extract lsfg-vk to the `~/.local` folder. Please **keep track of the files that were extracted**, in case you wish to uninstall lsfg-vk later.