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 <noreply@anthropic.com>
This commit is contained in:
2026-05-30 15:35:57 +02:00
parent bd1cd03334
commit 87066fabd6

View File

@@ -62,17 +62,6 @@ Pre-built artifacts are published at
`testium` command is available in the terminal (requires `~/.local/bin` in `testium` command is available in the terminal (requires `~/.local/bin` in
`PATH`, which most modern distributions provide by default). `PATH`, which most modern distributions provide by default).
* **AppImage** (`Testium-<version>-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 Every channel ships the language server, so `testium lsp` (see
[Editor support](#editor-support)) works out of the box from any of them. [Editor support](#editor-support)) works out of the box from any of them.