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

Add Cartero as a Homebrew tap #81

Merged
merged 2 commits into from
Oct 21, 2024
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
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ You can also download a version for Windows or macOS.
> [!WARNING]
> **The Windows and macOS versions are currently not notarized or signed.**
> On first run on Windows, you'll need to confirm the SmartScreen warning.
> On first run on macOS, you'll need to right click the app and use the Open menu.
> On first run on macOS, you'll need to allow opening apps from unidentified developers.
> [Visit Apple Support for more information and instructions depending on your OS version](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unknown-developer-mh40616/mac).
> If you don't trust these binary distributions, you can always build from sources.

| | Platform | Latest version |
Expand Down Expand Up @@ -66,6 +67,20 @@ flatpak-builder --user --install flatpak_app build-aux/es.danirod.Cartero.json
You will find Cartero in your application launcher, or you can launch it with
`flatpak run es.danirod.Cartero`.

### Homebrew

To install Cartero from this cask, simply add this repository as a tap.

```sh
brew tap SoloAntonio/cartero
```

Now you can install any version hosted as cask with

```sh
brew install --cask cartero
```

### Meson

Use this to build the application outside of a Flatpak image. Note that this method should
Expand Down