Skip to content

Commit

Permalink
Update installation docs (#138)
Browse files Browse the repository at this point in the history
* Add Homebrew
* Remove outdated ubuntu info

Signed-off-by: Phil Dibowitz <[email protected]>
  • Loading branch information
jaymzh authored Dec 28, 2023
1 parent 8498a32 commit 2a7389b
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2a7389b

Please sign in to comment.