From f0c2913dcf7a63bedbd1dada397cfd4452ea1eaf Mon Sep 17 00:00:00 2001 From: Clementine Urquizar Date: Wed, 8 Jan 2020 11:30:33 +0100 Subject: [PATCH] Add Brew installation in README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1d70b41b3..fc2aae0be 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,13 @@ For more [details about those features, go to our documentation](https://docs.me docker run -it -p 7700:7700 --rm getmeili/meilisearch ``` +#### Installation using Homebrew + +```bash +brew update && brew install meilisearch +meilisearch +``` + #### Installation using APT ```bash