Skip to content

Commit ceefd42

Browse files
committed
Remove obsolete --cask flag from brew instructions
Thank you for building and maintaining this useful tool. I was setting it up on a new machine and noticed the Homebrew instructions were out of date. I don't remember when exactly, but Homebrew has integrated Casks, so the `--cask` flag is no longer needed. As a matter of fact, the Casks website is no longer online either. Hope this helps.
1 parent 659c810 commit ceefd42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/dl.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Our latest release (3.13.0) for macOS:
4040

4141
### Homebrew
4242

43-
If you prefer using Homebrew for macOS, our latest release can be installed via [Homebrew Cask](https://caskroom.github.io/ "Homebrew Cask"):
43+
If you prefer using [Homebrew](https://brew.sh/) for macOS, our latest release can be installed via:
4444

45-
brew install --cask db-browser-for-sqlite
45+
brew install db-browser-for-sqlite
4646

4747
## Nightly builds
4848

@@ -79,15 +79,15 @@ Other distribution specific instructions:
7979
Arch Linux provides an [up to date version](https://www.archlinux.org/packages/community/x86_64/sqlitebrowser/)
8080

8181
Install with the following command:
82-
82+
8383
sudo pacman -S sqlitebrowser
8484

8585
### Fedora
8686

8787
Install for Fedora (i386 and x86_64) by issuing the following command:
8888

8989
sudo dnf install sqlitebrowser
90-
90+
9191
### openSUSE
9292

9393
sudo zypper install sqlitebrowser

0 commit comments

Comments
 (0)