From b2c0445e36292322a37322a50b9751f7c732e2d2 Mon Sep 17 00:00:00 2001 From: mrkmntal Date: Mon, 3 Nov 2025 18:30:18 -0500 Subject: [PATCH 1/2] docs: mention CI build artifacts --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 22fe35a..39832e3 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ g++ -std=c++17 tux-dock.cpp -o tux-dock sudo ./tux-dock ```` +Prefer a prebuilt binary? The CI runner publishes build artifacts for the latest commits at: +https://mentalnet.xyz/forgejo/markmental/tuxdock/actions + --- ## 🖥️ Menu Overview From 7740af1eeebbaeb1f1f85328151705c7c2c69cc3 Mon Sep 17 00:00:00 2001 From: mrkmntal Date: Mon, 3 Nov 2025 19:56:19 -0500 Subject: [PATCH 2/2] README fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39832e3..6fe083c 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,11 @@ It offers a clean, interactive menu for common Docker operations like pulling im ```bash # Clone the repo -git clone https://mentalnet.xyz/gitea/markmental/tuxdock.git +git clone https://mentalnet.xyz/forgejo/markmental/tuxdock.git cd tuxdock # Build the binary -g++ -std=c++17 tux-dock.cpp -o tux-dock +g++ -std=c++17 main.cpp -o tux-dock # Run it (requires Docker permissions) sudo ./tux-dock