diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-21 08:01:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 08:01:11 +0300 |
commit | 589516e2f4cff2c805ff7037c8ced40232857bf5 (patch) | |
tree | a1142076eae8e6964e04773669e825c4afd39d17 | |
parent | 4c57a05442c86b8bb79df58e0718810031956b90 (diff) | |
parent | 47ea3d3b9ff8dccde3a4e3fc607d955c9651c0ad (diff) |
Merge pull request #299 from vladimyr/homebrew
Update macOS install instructions
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -21,11 +21,10 @@ Like Gemini, Lagrange has been designed with minimalism in mind. It depends on a | |||
21 | 21 | ||
22 | Prebuilt binaries for Windows, macOS and Linux can be found in [Releases][rel]. You can also find [Lagrange on Flathub for Linux](https://flathub.org/apps/details/fi.skyjake.Lagrange). | 22 | Prebuilt binaries for Windows, macOS and Linux can be found in [Releases][rel]. You can also find [Lagrange on Flathub for Linux](https://flathub.org/apps/details/fi.skyjake.Lagrange). |
23 | 23 | ||
24 | On macOS you can install and upgrade via a Homebrew tap: | 24 | On macOS you can install and upgrade via a Homebrew: |
25 | 25 | ||
26 | ``` | 26 | ``` |
27 | $ brew tap skyjake/lagrange | 27 | brew install --cask lagrange |
28 | $ brew install lagrange | ||
29 | ``` | 28 | ``` |
30 | 29 | ||
31 | On openSUSE Tumbleweed: | 30 | On openSUSE Tumbleweed: |