Skip to content

Homebrew installation commands changed #398

@jhagenberg

Description

@jhagenberg

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions