From ed36cc1c06fa1202a96de732aac308eda7b2cba0 Mon Sep 17 00:00:00 2001 From: Felt389 Date: Sun, 31 May 2026 21:07:26 +0200 Subject: [PATCH] docs: undo change to installation shell command A previous commit modified the installation shell command, this modification should be reverted. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc8bc03..ae3f969 100644 --- a/README.md +++ b/README.md @@ -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.