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
This commit is contained in:
Omni
2025-09-07 22:03:33 +01:00
parent 0306f5b7cb
commit ce408da40a

View File

@@ -23,19 +23,11 @@ Jackify is an almost Linux-native application written in Python, with a GUI prod
### Requirements ### Requirements
#### For AppImage (Recommended)
- Linux system (Most modern distributions supported) - Linux system (Most modern distributions supported)
- Steam installed and configured, Proton Experimental available - 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 ### Installation
#### Recommended: Download AppImage (Easy!)
```bash ```bash
# Download latest release # Download latest release
wget https://github.com/your-repo/jackify/releases/latest/Jackify.AppImage wget https://github.com/your-repo/jackify/releases/latest/Jackify.AppImage
@@ -43,17 +35,6 @@ chmod +x Jackify.AppImage
./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 ## Usage
### GUI Mode ### GUI Mode