Update README

This commit is contained in:
Jack Grigg 2019-05-09 04:50:20 -04:00
parent 78642261f6
commit 22e8b86b2f
1 changed files with 10 additions and 1 deletions

View File

@ -1 +1,10 @@
# Zcash iOS SDK
# Zcash iOS Framework
## Build dependencies
Install [Rust](https://www.rust-lang.org/learn/get-started), and then `cargo-lipo`:
```
$ cargo install cargo-lipo
$ rustup target add aarch64-apple-ios x86_64-apple-ios
```