Skip to content

Commit

Permalink
replace brew cask install --appdir='/Applications' docker with brew i…
Browse files Browse the repository at this point in the history
…nstall --cask docker

Signed-off-by: Asher Tlalka Scott <[email protected]>
  • Loading branch information
tlalka authored and denyeart committed May 26, 2021
1 parent 4e201af commit 0334d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/dev-setup/devenv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Once Homebrew is ready, installing the necessary prerequisites is very easy:
::

brew install git go jq softhsm
brew cask install --appdir="/Applications" docker
brew install --cask docker

Docker Desktop must be launched to complete the installation so be sure to open
the application after installing it:
Expand Down

0 comments on commit 0334d52

Please sign in to comment.