From c372f76633a16c32f1325573e6d37ed2af65454e Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Mon, 27 Sep 2021 13:28:39 -0600 Subject: [PATCH] Remove unwanted instruction step --- dependency_install_steps_by_platform/macOS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/dependency_install_steps_by_platform/macOS.md b/dependency_install_steps_by_platform/macOS.md index c1e1b67..a6b8437 100644 --- a/dependency_install_steps_by_platform/macOS.md +++ b/dependency_install_steps_by_platform/macOS.md @@ -89,7 +89,6 @@ able to `brew install vagrant` here. Until then, a workaround is to install vagr ``` $ curl -O -L https://github.com/Homebrew/homebrew-cask/raw/015bd57c9637d517f1a814e46a1ece5de570c263/Casks/vagrant.rb -$ brew install vagrant $ brew install --cask ./vagrant.rb ```