Skip to content

Commit 272b5c3

Browse files
committed
Updated doc
1 parent 080f343 commit 272b5c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ DRYdock will then create a compose file with only those services, and run it.
1313

1414

1515
## Installation
16-
* `export DRYDOCK_DIR="<dir on path>" && rm -f $DRYDOCK_DIR/drydock && touch $DRYDOCK_DIR/drydock && wget https://github.com/peterHoburg/DRYdock/releases/latest/download/drydock -O $DRYDOCK_DIR/drydock && chmod +x $DRYDOCK_DIR/drydock`
17-
16+
* `curl -sSL https://raw.githubusercontent.com/peterHoburg/DRYdock/refs/heads/main/INSTALL | bash`
1817
## Update
1918
Same as installing
2019

0 commit comments

Comments
 (0)