Skip to content

Commit 213faa2

Browse files
committed
add notes for installation
1 parent f3e8d07 commit 213faa2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,10 @@ secrets:
4141
* `--with-registry-auth, -a` Send registry authentication details to Swarm agents.
4242
* `--prune, -p` Prune services that are no longer referenced.
4343
* `--host, -H` Daemon socket(s) to connect to.
44+
45+
## Installation
46+
47+
```sh
48+
docker run --rm -v "$PWD":/go/bin golang:1.14 /bin/bash -c "go get github.com/matemoln/docker-deploy"
49+
sudo mv docker-deploy /usr/local/bin
50+
```

0 commit comments

Comments
 (0)