This commit is contained in:
parent
b2c0445e36
commit
7740af1eee
1 changed files with 2 additions and 2 deletions
|
|
@ -32,11 +32,11 @@ It offers a clean, interactive menu for common Docker operations like pulling im
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone the repo
|
# Clone the repo
|
||||||
git clone https://mentalnet.xyz/gitea/markmental/tuxdock.git
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue