From 19d128cfbd450387cb78939b699b2cf3313c8c6a Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sun, 25 May 2025 07:44:09 +0200 Subject: [PATCH] docs: add brew --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5f17184..bfcda6e 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ For a manual install, please refer to the [releases](https://github.com/hacdias/ go install github.com/hacdias/webdav/v5@latest ``` +### Brew + +If you have Homebrew available on your system, you can also install `webdav` using it: + +``` +brew install webdav +``` + ### Docker Docker images are provided on both [GitHub's registry](https://github.com/hacdias/webdav/pkgs/container/webdav) and [Docker Hub](https://hub.docker.com/r/hacdias/webdav). You can pull the images using one of the following two commands. Note that this commands pull the latest released version. You can use specific tags to pin specific versions, or use `main` for the development branch.