Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installation docs #138

Merged
merged 1 commit into from
Dec 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading