Explorar o código

Include specific instructions on rustup and cargo-lipo

rosano %!s(int64=2) %!d(string=hai) anos
pai
achega
73937806d6
Modificáronse 1 ficheiros con 13 adicións e 1 borrados
  1. 13 1
      README.md

+ 13 - 1
README.md

@@ -22,7 +22,19 @@ Check the Changelog (for TestFlight builds) at the bottom to see what's included
 
 ## How to build with Xcode
 
-You need to install [rustup](https://rustup.rs/) with rust, as well as [cargo-lipo](https://github.com/TimNN/cargo-lipo#installation).
+### Install [rustup](https://rustup.rs)
+
+```bash
+curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+```
+
+### Install [cargo-lipo](https://github.com/TimNN/cargo-lipo#installation)
+
+```bash
+cargo install cargo-lipo
+```
+
+### Setup workspace
 
 ```bash
 git clone git@github.com:deltachat/deltachat-ios.git