File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ Dockyard is a terminal-based Docker management tool built specifically for resou
3535
3636### Option 1: Install from Release (Recommended)
3737``` bash
38- # Download the latest release (v0.2 .1)
39- wget https://github.com/905timur/dockyard/releases/download/v0.2 .1/dockyard-v0.2 .1-x86_64.tar.gz
38+ # Download the latest release (v0.3 .1)
39+ wget https://github.com/905timur/dockyard/releases/download/v0.3 .1/dockyard-v0.3 .1-x86_64.tar.gz
4040
4141# Extract and install
42- tar -xzf dockyard-v0.2 .1-x86_64.tar.gz
42+ tar -xzf dockyard-v0.3 .1-x86_64.tar.gz
4343sudo mv dockyard /usr/local/bin/
4444
4545# Run it
@@ -58,7 +58,7 @@ cargo run --release
5858
5959### Option 3: Install with Cargo
6060``` bash
61- cargo install --git https://github.com/905timur/dockyard.git --tag v0.2 .1
61+ cargo install --git https://github.com/905timur/dockyard.git --tag v0.3 .1
6262dockyard
6363```
6464
You can’t perform that action at this time.
0 commit comments