From a7f1f17d7b338de86f3dd1cd800c8c1acba64237 Mon Sep 17 00:00:00 2001 From: kqnori <96951674+kqnori@users.noreply.github.com> Date: Fri, 3 Jul 2026 03:38:32 +0200 Subject: [PATCH] Update installation instructions and usage section Removed an installation option and added new files to the usage section. --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e70c9e4..6e396d8 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Right-click a `.rar` game archive or `.exe` in Dolphin and it will: ## Installation -### Option 1 — Manual with makepkg +### Manual with makepkg ```bash git clone https://github.com/kqnori/online-fix.git @@ -31,15 +31,6 @@ cd online-fix makepkg -si ``` -### Option 2 — Manual dependency install first - -```bash -sudo pacman -S 7zip icoextract icoutils -git clone https://github.com/kqnori/online-fix.git -cd online-fix -makepkg -si -``` - --- ## Usage @@ -96,6 +87,9 @@ Config and data is stored in: ``` online-fix/ ├── Program.cs ← main app logic +├── archives.cs ← uncompressing logic +├── varibles.cs ← store all varibles +├── functions.cs ← every call function ├── onlinefix-out.csproj ← .NET project file ├── online-fix.desktop ← KDE service menu ├── oflogo.png ← app icon