From 2a7389ba041fe670f2068e8c6ed6b4539175d44d Mon Sep 17 00:00:00 2001 From: Phil Dibowitz Date: Wed, 27 Dec 2023 16:34:39 -0800 Subject: [PATCH] Update installation docs (#138) * Add Homebrew * Remove outdated ubuntu info Signed-off-by: Phil Dibowitz --- README.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index a64f069..7de8870 100644 --- a/README.md +++ b/README.md @@ -35,19 +35,16 @@ list here, and if so, use your package manager (or `gem`) to install it: [![Packaging status](https://repology.org/badge/vertical-allrepos/sugarjar.svg)](https://repology.org/project/sugarjar/versions) -For Ubuntu users, Sugarjar will likely be available starting in the upcoming -23.04 release. Until then, for supported LTS releases starting 20.04 (focal) -and the latest non-LTS release, you can use [this PPA]( -https://launchpad.net/~michel-slm/+archive/ubuntu/sugarjar) maintained by the -Debian package maintainer. - -Another option is to use our [omnibus -packages](https://github.com/jaymzh/sugarjar/releases). We keep Omnibus -packages for most distros that do not package Sugarjar. Omnibus packages are -distro packages (deb, rpm, etc.) that have all dependencies bundled up together -(including Ruby), and install in `/opt/sugarjar` allowing you to manage the -installation with your package manager, but with as a hermetically sealed app -that doesn't depend on the rest of your distro. +For MacOS users, you can use our Homebrew Tap: + +```shell +homebrew tap jaymzh/sugarjar +homebrew install sugarjar +``` + +You can also weigh in on [this +PR](https://github.com/Homebrew/homebrew-core/pull/157910) and tell the +Homebrew folks you'd like to see it in core. Finally, if none of those work for you, you can clone this repo and run it directly from there.