fabric
fabric copied to clipboard
Brew command is outdated "brew cask install" should be "brew install --cask"
This is the outdated code brew cask install --appdir="/Applications" docker
Should be using: brew install --cask --appdir="/Applications" docker
@hyperledger/fabric-core-doc-maintainers