From daa0f50162c7bd29872753fb96dc151e9b9fdd47 Mon Sep 17 00:00:00 2001 From: Florian Rusch Date: Sun, 9 May 2021 11:30:10 +0200 Subject: [PATCH] Add homebrew installation advice to getting-started Signed-off-by: Florian Rusch --- docs/getting-started/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md index 8f5811c1be..9caead6274 100644 --- a/docs/getting-started/README.md +++ b/docs/getting-started/README.md @@ -16,6 +16,11 @@ Review the [System Requirements](../supporting/requirements.md) to check if your 4. Double-click `Lens-{version}.dmg` and drag `Lens.app` to the `Applications` folder, making it available in the macOS Launchpad. 5. Add Lens to your Dock by right-clicking on the icon to bring up the context menu and choosing **Options**, **Keep in Dock**. +Alternatively via [homebrew](https://brew.sh/): + +```shell +brew install lens +``` ## Windows