Compare commits
No commits in common. "5d52d834435644e21c21fbcba5c242cd0315684a" and "a1550d02faeef382b21915ab3dfd70fae46e7b58" have entirely different histories.
5d52d83443
...
a1550d02fa
1 changed files with 1 additions and 4 deletions
|
|
@ -36,15 +36,12 @@ git clone https://mentalnet.xyz/forgejo/markmental/tuxdock.git
|
||||||
cd tuxdock
|
cd tuxdock
|
||||||
|
|
||||||
# Build the binary
|
# Build the binary
|
||||||
g++ -std=c++17 main.cpp -o tux-dock
|
g++ -std=c++17 tux-dock.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