瀏覽代碼

docs(readme): add git submodules to install instructions

dignifiedquire 6 年之前
父節點
當前提交
a727ad3938
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. 6 3
      README.md

+ 6 - 3
README.md

@@ -4,9 +4,12 @@ Email-based instant messaging for iOS.
 
 
 ## How to build with Xcode
 ## How to build with Xcode
 
 
-    $ git clone git@github.com:deltachat/deltachat-ios.git
-    $ cd deltachat-ios
-    $ open deltachat-ios.xcworkspace # do not: open deltachat-ios.xcodeproj
+```bash
+$ git clone git@github.com:deltachat/deltachat-ios.git
+$ cd deltachat-ios
+$ git submodule update --init
+$ open deltachat-ios.xcworkspace # do not: open deltachat-ios.xcodeproj
+```
 
 
 This should open Xcode. Then make sure that at the top left in Xcode there is *deltachat-ios* selected as scheme (see screenshot below).
 This should open Xcode. Then make sure that at the top left in Xcode there is *deltachat-ios* selected as scheme (see screenshot below).