Skip to content

Commit

Permalink
add homebrew install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney committed May 18, 2023
1 parent 7a53a5b commit 3f17bdd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ and copy the `docker-deployx` binary from the `./build` directory to one of the
- `/usr/local/lib/docker/cli-plugins` OR `/usr/local/libexec/docker/cli-plugins`
- `/usr/lib/docker/cli-plugins` OR `/usr/libexec/docker/cli-plugins`

### Brew

Install using `homebrew`:

```shell
brew install aaraney/tap/deployx

# install as docker cli plugin. invoke using 'docker deployx'
ln -s $(which deployx) $HOME/.docker/cli-plugin/docker-deployx
```

### Dockerfile

The easiest way to get started it using a pre-built docker image and `deployx` in standalone mode.
Expand Down

0 comments on commit 3f17bdd

Please sign in to comment.