Skip to content

Commit

Permalink
Merge pull request #51 from flymia/main
Browse files Browse the repository at this point in the history
Edit README to include newly created Homebrew tap
  • Loading branch information
pierr3 authored May 12, 2024
2 parents 461fcf4 + d5667f2 commit 496c03a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,18 @@ Download the latest release on the [release page](https://github.com/pierr3/Trac

TrackAudio is available in two versions, one for apple silicon (arm64) and one for intel macs (x64).

Alternatively, TrackAudio can be installed using [Homebrew](https://brew.sh/index). Run the following commands to first install the Homebrew Tap and then the Homebrew Cask. This way the app gets upgraded when you run `brew upgrade`.

```sh
# Add the tap
brew tap flymia/homebrew-trackaudio

# Install the cask
brew install --cask trackaudio
```

Depending on your system, the cask will install the ARM version or the x86_64 version.

### Windows

Download the latest release on the [release page](https://github.com/pierr3/TrackAudio/releases) and run the executable. This should install TrackAudio.
Expand Down

0 comments on commit 496c03a

Please sign in to comment.