Merge branch 'dev'
All checks were successful
Build & Upload tux-dock / build (push) Successful in 9s

This commit is contained in:
mrkmntal 2025-11-04 10:52:17 -05:00
commit 5d52d83443

View file

@ -36,12 +36,15 @@ 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
````
Prefer a prebuilt binary? The CI runner publishes build artifacts for the latest commits at:
https://mentalnet.xyz/forgejo/markmental/tuxdock/actions
---
## 🖥️ Menu Overview