diff options
author | Ben Kerllenevich <[email protected]> | 2020-11-15 17:42:05 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-15 16:42:05 -0600 |
commit | 858a6e3320037746755ba21821d3d39acfdfa21f (patch) | |
tree | 92020fbb33a64e57bcf8c750c7832d009703bd47 /CONTRIBUTING.md | |
parent | 2f0e0a6da08b1f1b6e9512195b9f849d9078f4fe (diff) | |
download | Paper-858a6e3320037746755ba21821d3d39acfdfa21f.tar.gz Paper-858a6e3320037746755ba21821d3d39acfdfa21f.zip |
[CI-SKIP] Add `curl` requirement for building paper. (#4768)
* Add curl to contributing.md
* change semicolons and periods
Co-authored-by: Mariell <[email protected]>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 50984b14e9..f09cf46743 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,8 @@ you will most likely use this for WSL), `homebrew` (macOS / Linux), and more: - A Java 8 or later JDK (packages vary, use Google/DuckDuckGo/etc.). If you need one, you can find them on [AdoptOpenJDK](https://adoptopenjdk.net/). - `maven` (often package `maven`; can be found on -[Apache's site](https://maven.apache.org/download.cgi) too). +[Apache's site](https://maven.apache.org/download.cgi) too); +- `curl` (package `curl` everywhere). If you're on Windows, check [the section on WSL](#patching-and-building-is-really-slow-what-can-i-do). |