Compare commits
3 commits
a1550d02fa
...
5d52d83443
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d52d83443 | ||
|
|
7740af1eee | ||
|
|
b2c0445e36 |
1 changed files with 4 additions and 1 deletions
|
|
@ -36,12 +36,15 @@ git clone https://mentalnet.xyz/forgejo/markmental/tuxdock.git
|
||||||
cd tuxdock
|
cd tuxdock
|
||||||
|
|
||||||
# Build the binary
|
# 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)
|
# Run it (requires Docker permissions)
|
||||||
sudo ./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
|
## 🖥️ Menu Overview
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue