From ce408da40a5b7381ad31ed3380235ebdbe97d53c Mon Sep 17 00:00:00 2001 From: Omni Date: Sun, 7 Sep 2025 22:03:33 +0100 Subject: [PATCH] Remove all source installation references from README - Clean AppImage-only installation instructions - Simplified requirements section - No mention of building from source - Professional, focused user experience --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index d51180b..b95f585 100644 --- a/README.md +++ b/README.md @@ -23,19 +23,11 @@ Jackify is an almost Linux-native application written in Python, with a GUI prod ### Requirements -#### For AppImage (Recommended) - Linux system (Most modern distributions supported) - Steam installed and configured, Proton Experimental available -- Python 3.10+ (built for Ubuntu 22.04 LTS compatibility) - -#### For Source Installation -- Linux system (Most modern distributions supported) -- Steam installed and configured, Proton Experimental available -- Python 3.8+ (for source installation) ### Installation -#### Recommended: Download AppImage (Easy!) ```bash # Download latest release wget https://github.com/your-repo/jackify/releases/latest/Jackify.AppImage @@ -43,17 +35,6 @@ chmod +x Jackify.AppImage ./Jackify.AppImage ``` -#### Advanced: From Source (Not Recommended) -Note: We strongly recommend using the AppImage above. Source installation is for developers only. - -```bash -git clone https://github.com/your-repo/jackify.git -cd jackify/src -pip install -r requirements.txt -python -m jackify.frontends.gui # GUI mode -python -m jackify.frontends.cli # CLI mode -``` - ## Usage ### GUI Mode