From 0565b2b236724fdcd53d01f250e0ad048f1688c8 Mon Sep 17 00:00:00 2001 From: Maik Riechert Date: Wed, 12 Jun 2019 19:57:36 +0100 Subject: [PATCH] update brew notes [skip ci] --- doc/cmake/INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/cmake/INSTALL.md b/doc/cmake/INSTALL.md index 26ff8107d0..165225921e 100644 --- a/doc/cmake/INSTALL.md +++ b/doc/cmake/INSTALL.md @@ -7,7 +7,8 @@ There are two mandatory and one optional step to install WRF-/WPS-CMake from sou [Homebrew](https://github.com/WRF-CMake/homebrew-wrf) users: You can build and install an MPI-enabled release version with basic nesting support with: ```sh -brew install -v wrf-cmake/wrf/wrf +brew tap wrf-cmake/wrf +brew install wrf-cmake -v ``` For more flexibility, see the manual build instructions below.