Add cargo clean in the list

This commit is contained in:
Adelar da Silva Queiróz 2016-08-29 22:59:11 -03:00 committed by GitHub
parent 2d510e21a3
commit 76c09f89f2
1 changed files with 1 additions and 0 deletions

View File

@ -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