fabric icon indicating copy to clipboard operation
fabric copied to clipboard

Brew command is outdated "brew cask install" should be "brew install --cask"

Open mhooimeijer opened this issue 2 years ago • 2 comments

This is the outdated code brew cask install --appdir="/Applications" docker

Should be using: brew install --cask --appdir="/Applications" docker

mhooimeijer avatar Jun 10 '22 13:06 mhooimeijer

@hyperledger/fabric-core-doc-maintainers

ryjones avatar Jun 21 '22 17:06 ryjones

I guess this refers to the development environment set up instructions in the v2.2 and/or v2.3 documentation? I suspect that this commands were probably correct at the time of release, and has already been updated to the new syntax in the v2.4 and latest documentation.

bestbeforetoday avatar Jul 12 '22 09:07 bestbeforetoday