From dfbaeefa362d46da4b5768078475f6e31347f4f4 Mon Sep 17 00:00:00 2001 From: Jochen Schalanda Date: Wed, 27 Jan 2021 10:06:04 +0100 Subject: [PATCH] Add installation instructions for macOS ``` # brew info sengi sengi: 1.0.3 https://github.com/NicolasConstant/sengi Not installed From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/sengi.rb ==> Name Sengi ==> Description Mastodon and Pleroma desktop client ==> Artifacts Sengi.app (App) ==> Analytics install: 0 (30 days), 0 (90 days), 0 (365 days) ``` Refs https://github.com/Homebrew/homebrew-cask/pull/98773 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 45c06e1b..34c92b91 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,16 @@ Find more informations [here](https://github.com/NicolasConstant/sengi/blob/mast The docker image also provide a landing page so that you can open a pop-up really easily.
It's available in ```https://your-host/start/index.html``` +## Installation + +### macOS + +Sengi is available in Homebrew. You can install the latest version of Sengi with the following command: + +``` +brew install --cask sengi +``` + ## Contact * [Official Sengi Account](https://mastodon.social/@sengi_app)