summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-06-24 17:38:10 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-06-24 17:38:10 +0200
commit0b8cc812fd0b73e296a3f93db02ce5d0b35714fc (patch)
tree5bee4274b49c43f3efa1f75185d586ffbecec4f8
parent10cc9e13b640a110e792b031616e9737d38889b7 (diff)
downloadqutebrowser-0b8cc812fd0b73e296a3f93db02ce5d0b35714fc.tar.gz
qutebrowser-0b8cc812fd0b73e296a3f93db02ce5d0b35714fc.zip
doc: Update macOS cask install
Supersedes #6441
-rw-r--r--doc/install.asciidoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install.asciidoc b/doc/install.asciidoc
index 580a511c5..83c332b4d 100644
--- a/doc/install.asciidoc
+++ b/doc/install.asciidoc
@@ -342,11 +342,11 @@ The binary release ships with a QtWebEngine built without proprietary codec
support. To get support for e.g. h264/mp4 videos, you'll need to build
QtWebEngine from source yourself with support for that enabled.
-This binary is also available through the
-https://caskroom.github.io/[Homebrew Cask] package manager:
+This binary is also available through the https://brew.sh/[Homebrew] package
+manager as a https://github.com/Homebrew/homebrew-cask[cask]:
----
-$ brew install qutebrowser --cask
+$ brew install qutebrowser
----
Nightly builds