IJHack / QtPass

QtPass is a multi-platform GUI for pass, the standard unix password manager.
https://qtpass.org/
GNU General Public License v3.0
1.01k stars 158 forks source link

Update website to reflect new brew command syntax #601

Closed tBKwtWS closed 12 months ago

tBKwtWS commented 1 year ago

Describe the bug The websites installation instructions states to use brew cask install qtpass, the git repo README.md already has the updated command syntax brew install --cask qtpass.

To Reproduce Steps to reproduce the behavior:

  1. Try to execute the first command on https://qtpass.org/downloads#macOS
  2. See error: Error: 'brew cask' is no longer a 'brew' command. Use 'brew <command> --cask' instead.

Expected behavior Installation via brew.

Desktop (please complete the following information):

annejan commented 12 months ago

Fixed in a68d7c7e..ffff2087