From 3f17bdd35834cb565e6d7903b6a1f84825965c06 Mon Sep 17 00:00:00 2001 From: Austin Raney Date: Wed, 17 May 2023 23:19:30 -0400 Subject: [PATCH] add homebrew install instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5f5e680..8004441 100644 --- a/README.md +++ b/README.md @@ -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.