CiscoDevNet / learning-labs-issues

Defects and bugs in learning lab content and project management
4 stars 0 forks source link

Homebrew syntax has changed #293

Closed Lemandros closed 3 years ago

Lemandros commented 3 years ago

For the macOS dev setup, some commands involving Homebrew are given of the form "brew cask install [name]". This should now be changed to "brew install --cask [name]" See e.g. https://stackoverflow.com/questions/30413621/homebrew-cask-option-not-recognized

annegentle commented 3 years ago

I fixed it in this page: https://developer.cisco.com/learning/modules/dev-setup/dev-mac/step/7 I mention it in this page also: https://developer.cisco.com/learning/modules/dev-setup/dev-mac/step/2

Can you let me know if there are other places that you saw it?

annegentle commented 3 years ago

Fixed where we found it; closing.