Skip to content

Commit

Permalink
Merge pull request #71 from y8/patch-2
Browse files Browse the repository at this point in the history
crystalline can be installed from homebrew on macOS
  • Loading branch information
elbywan committed Jul 20, 2023
2 parents 8d0d1c3 + dd00ad4 commit 41feafe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ chmod u+x crystalline
yay -S crystalline
```

##### MacOS (x86_64)
##### MacOS

Install using [homebrew](https://brew.sh):

```sh
curl -L https://github.com/elbywan/crystalline/releases/latest/download/crystalline_x86_64-apple-darwin.gz -o crystalline.gz &&\
gzip -d crystalline.gz &&\
chmod u+x crystalline
brew install crystalline
```

#### Specific release
Expand Down

0 comments on commit 41feafe

Please sign in to comment.