Update README.md

This commit is contained in:
six-ddc 2021-06-20 19:40:18 +08:00
parent f848e3584e
commit 65c505ef78
1 changed files with 7 additions and 0 deletions

View File

@ -51,6 +51,13 @@ Binary and image distributions are available through the [releases](https://gith
go get github.com/six-ddc/plow
```
### Via Docker
```bash
docker run --rm --net=host ghcr.io/six-ddc/plow
# docker run --rm -p 18888:18888 ghcr.io/six-ddc/plow
```
### Via Homebrew
*Coming soon*