Эх сурвалжийг харах

Merge pull request #79 from deltachat/updateReadme

updated Readme
nayooti 6 жил өмнө
parent
commit
f7a91eb4bd
1 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -26,7 +26,9 @@ Check the Changelog (for TestFlight builds) at the bottom to see what's included
 $ git clone git@github.com:deltachat/deltachat-ios.git
 $ cd deltachat-ios
 $ git submodule update --init 
-$ ./deltachat-ios/libraries/openssl/build-openssl.sh 
+$ cd deltachat-ios/libraries/openssl 
+$ ./build-openssl.sh # this will take a couple minutes
+$ cd ../../.. 
 $ open deltachat-ios.xcworkspace # do not: open deltachat-ios.xcodeproj
 ```