Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to tutorials and general README clean up #29

Merged
merged 11 commits into from
Sep 3, 2019
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
dmey authored Jun 10, 2019
commit 0961a30d7793f65555e6ab9812d15f3c6344b02a
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ To build and install WRF-CMake or WPS-CMake manually from source, see [this page
WRF-CMake and WPS-CMake can be built and installed using [Homebrew](https://docs.brew.sh/Installation) (macOS) or [Linuxbrew](https://docs.brew.sh/Homebrew-on-Linux#install) (Linux) with the following commands:

``` bash
brew tap wrf-cmake/wrf && brew install wrf
brew tap wrf-cmake/wps && brew install wps
brew tap wrf-cmake/wrf
brew install wrf
```


Expand Down