From 87066fabd679664906ff92f930dd1cd7197c7130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sat, 30 May 2026 15:35:57 +0200 Subject: [PATCH] readme: drop duplicate AppImage section from the main merge The 'main' merge (bd1cd03) brought a more detailed AppImage entry (with the libfuse2 requirement); my earlier branch had added a simpler one, leaving two. Keep main's, drop the duplicate, retain the language-server note. Co-Authored-By: Claude Opus 4.8 --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index c74775b..446b265 100644 --- a/README.md +++ b/README.md @@ -62,17 +62,6 @@ Pre-built artifacts are published at `testium` command is available in the terminal (requires `~/.local/bin` in `PATH`, which most modern distributions provide by default). -* **AppImage** (`Testium--x86_64.AppImage`) — a single self-contained - executable bundling its own Python. Make it executable and run it: - - ```sh - chmod +x Testium-*-x86_64.AppImage - ./Testium-*-x86_64.AppImage -b mytest.tum - ``` - - As with the binary and Flatpak, `py_func` / `lua_func` items run under the - *host* Python / Lua so your own modules stay visible. - Every channel ships the language server, so `testium lsp` (see [Editor support](#editor-support)) works out of the box from any of them.