diff options
author | Gijs <gijskruitbosch@gmail.com> | 2018-02-15 16:22:50 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-02-15 16:22:50 +0100 |
commit | dacda12b6d8ab2802eaa562dd1267e3799673166 (patch) | |
tree | 55834a19d89c4a30a243b8036493921197272d03 | |
parent | fc93d75ae76579219880a0d79a8d63e61e3e7587 (diff) | |
download | bugzilla-dacda12b6d8ab2802eaa562dd1267e3799673166.tar.gz bugzilla-dacda12b6d8ab2802eaa562dd1267e3799673166.tar.xz |
no bug - fix brew instructions in README
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index ccbd51325..6c150dba4 100644 --- a/README.rst +++ b/README.rst @@ -36,7 +36,7 @@ Doing this on OSX can be accomplished with homebrew: .. code-block:: bash - brew install vagrant + brew cask install vagrant For Ubuntu 16.04, download the vagrant .dpkg directly from https://vagrantup.com. The one that ships with Ubuntu is too old. |