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 community guidelines/contributing etc. Closes #23. #30

Merged
merged 8 commits into from
Jun 11, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update readme
  • Loading branch information
dmey committed Jun 11, 2019
commit f676f881a467b07bdea277e38d8f3b6e71a81278
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ WRF-CMake and WPS-CMake can be built and installed using [Homebrew](https://docs

``` bash
brew tap wrf-cmake/wrf
brew install wrf
# Apple Clang is not supported in latest avalable WRF-CMake release (4.0.3),
# however this has now been fixed and the fixes are available from the wrf-cmake branch.
# We pass the `--HEAD` flag to buld WRF-CMake and WPS-CMake from the latest commit from the wrf-cmake branch.
brew install wrf --HEAD -v
```


Expand Down Expand Up @@ -109,7 +112,7 @@ Riechert and Meyer, 2019b: TODO

## How to contribute

If you are looking to contribute, please read our Contributors' guide for details.
If you are looking to contribute, please read our [Contributors' guide](CONTRIBUTING.md) for details.


## Testing framework
Expand Down