Add cargo clean in the list
This commit is contained in:
parent
2d510e21a3
commit
76c09f89f2
|
|
@ -37,6 +37,7 @@ as described below.
|
||||||
brew install openssl
|
brew install openssl
|
||||||
export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include
|
export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include
|
||||||
export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib
|
export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib
|
||||||
|
cargo clean
|
||||||
```
|
```
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue