Skip to content

Commit

Permalink
update to new brew syntax for cask installs
Browse files Browse the repository at this point in the history
running `brew cask install...` will result in a deprecation error and point you to the `--cask` flag in the cli. Simple update to the readme
qbunt authored Apr 15, 2021
1 parent d447438 commit f692bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.markdown
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ Just a little Mac screensaver inspired by the [Braun watches](http://braun-clock

Alternatively, if you're using [Homebrew](https://brew.sh), you can run:
```
$ brew cask install clocksaver
$ brew install --cask clocksaver
```


0 comments on commit f692bec

Please sign in to comment.