Merge pull request #136 from charlieok/remove_instruction_step

Remove unwanted instruction step
This commit is contained in:
Charlie O'Keefe 2021-09-27 14:19:16 -06:00 committed by GitHub
commit 7722a59aac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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
```