From 9264051df50f7b44c341a74fdd765fc428dce4fc Mon Sep 17 00:00:00 2001 From: empr0r <165341203+empr0r@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:29:45 -0500 Subject: [PATCH] Update README.md --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index 1cd784a..e972eb2 100644 --- a/README.md +++ b/README.md @@ -62,28 +62,6 @@ The application relies on a `config.json` file for customization. If the file do } } ``` -## Releases - -The project provides cross-platform support by offering both `.exe` and `.AppImage` files for Windows and Linux users, respectively. - -### Downloading the Releases - -- **Windows (.exe)**: Download the latest `.exe` release from the [Releases page](https://github.com/your-username/your-repo/releases). -- **Linux (.AppImage)**: Download the `.AppImage` file from the [Releases page](https://github.com/your-username/your-repo/releases), make it executable, and run it. - -### Running the AppImage on Linux - -1. Download the `.AppImage` file from the [Releases page](https://github.com/your-username/your-repo/releases). -2. Make the file executable: - ```bash - chmod +x AdvancedFileOrganizer-x86_64.AppImage - ``` -3. Run the AppImage: - ```bash - ./AdvancedFileOrganizer-x86_64.AppImage - ``` - -Replace `your-username` and `your-repo` with your GitHub username and repository name. Let me know if you need any further help with setting this up! ## Customization