From dee34313aed7e35f0878b01602607769669b7950 Mon Sep 17 00:00:00 2001 From: Lucas Date: Thu, 12 Oct 2023 10:44:27 +0800 Subject: [PATCH] Updat doc about homebrew installation (#934) --- docs/src/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/installation.md b/docs/src/installation.md index 908d98925..7f0b9a364 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -30,8 +30,8 @@ martin --help If you are using macOS and [Homebrew](https://brew.sh/) you can install martin using Homebrew tap. ```shell -brew tap maplibre/martin https://github.com/maplibre/martin.git -brew install maplibre/martin/martin +brew tap maplibre/martin +brew install martin ``` ## Docker