Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

update brew install command #33

Merged
merged 1 commit into from
May 6, 2021
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Nocturnal is only supported on macOS High Sierra 10.13 or later, and requires a
To stay up to date install Nocturnal using [Homebrew](https://brew.sh/).

```
brew cask install joshjon-nocturnal
brew install --cask joshjon-nocturnal
```

Alternatively, you can manually download the latest [release](https://github.com/joshjon/nocturnal/releases).
Expand All @@ -54,4 +54,4 @@ Build Nocturnal's dependencies using carthage and open the project in Xcode.
```bash
carthage bootstrap --platform Mac
open Nocturnal.xcodeproj
```
```