diff options
author | Carpenter, Adam (CORP) <adam.carpenter@adp.com> | 2021-10-22 10:59:00 -0400 |
---|---|---|
committer | Carpenter, Adam (CORP) <adam.carpenter@adp.com> | 2021-10-22 10:59:00 -0400 |
commit | 9f5d89d446eadc1b44aee642e1380af0282fc22e (patch) | |
tree | 9b0e1c24caa3f189e54e81c24fc8695ba20cd1d1 | |
parent | 4f231b5f256b9f7b4cb1b04e84aa22f89fc98fc9 (diff) | |
download | altruistic-angelshark-9f5d89d446eadc1b44aee642e1380af0282fc22e.tar.xz altruistic-angelshark-9f5d89d446eadc1b44aee642e1380af0282fc22e.zip |
docs: make command is a dependency of openssl-sys/vendored
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ae11549..0a4cf33 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ - A text editor; any will do, but if you use VSCode, it will ask if you want the recommended extensions for this project - [The Rust Toolchain and `cargo`](https://rustup.rs) -- GNU Make (optional but helpful) +- `make(1)` To compile: |