aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdelar da Silva Queiróz <[email protected]>2016-08-29 22:59:11 -0300
committerGitHub <[email protected]>2016-08-29 22:59:11 -0300
commit76c09f89f2d72890f7478a7a8e239fa01f1e8f29 (patch)
tree57efc95a8019973ae83c6bb0c63c3ecdde668e91
parentRe-enable 64 bit MSVC (diff)
downloadrust-openssl-76c09f89f2d72890f7478a7a8e239fa01f1e8f29.tar.xz
rust-openssl-76c09f89f2d72890f7478a7a8e239fa01f1e8f29.zip
Add cargo clean in the list
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1ae43ff4..41f3bf00 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,7 @@ as described below.
brew install openssl
export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include
export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib
+cargo clean
```
### Windows