shithub: m8c

Download patch

ref: 9c57156dd2c15840b5b9efd0af9a0c36c1e5523a
parent: 7c60a5cfe11aaf0ccdf3e5db6de5fc34094700aa
author: laamaa <jonne.kokkonen@gmail.com>
date: Wed Sep 10 18:51:14 EDT 2025

update README.md: add detailed instructions for AppImage usage on Linux and clarify installation steps

--- a/README.md
+++ b/README.md
@@ -55,14 +55,17 @@
 
 ### Linux
 
-There are packages available for Fedora Linux and NixOS, or you can build the program from source.
+There are packages available for NixOS, an AppImage for easy installation, or you can build the program from source.
 
-#### Fedora
+#### AppImage
 
-```sh
-sudo dnf copr enable laamaa/m8c
-sudo dnf install m8c
-```
+An AppImage is available for Linux in the [releases section](https://github.com/laamaa/m8c/releases/). To use it:
+
+1. Download the `.AppImage` file from the releases
+2. Make it executable: `chmod +x m8c-*.AppImage`
+3. Run it: `./m8c-*.AppImage`
+
+The AppImage is portable and doesn't require installation - just download and run.
 
 #### NixOS
 
--