소스 검색

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
 
-    $ 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).