singularity-userdocs icon indicating copy to clipboard operation
singularity-userdocs copied to clipboard

Homebrew installation commands changed

Open jhagenberg opened this issue 4 years ago • 0 comments

Which Document page:

https://sylabs.io/guides/3.0/user-guide/installation.html#mac

Expected results:

$ brew install --cask virtualbox && \
    brew install --cask vagrant && \
    brew install --cask vagrant-manager

Actual results:

$ brew cask install virtualbox && \
    brew cask install vagrant && \
    brew cask install vagrant-manager

homebrew deprecated cask install and requires install --cask now. It would be great if you could include this change, thank you!

jhagenberg avatar Apr 30 '21 10:04 jhagenberg