瀏覽代碼

add content to README

Jonas Reinsch 7 年之前
父節點
當前提交
812c0b2247
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -1,2 +1,8 @@
 # deltachat-ios
 Email-based instant messaging for iOS.
+
+- after cloning, go to the top level directory of the project and run 'pod install' (Cocoapods is a dependency manager for Xcode). See https://guides.cocoapods.org/using/getting-started.html
+
+- then, open deltachat-ios.xcworkspace (*not* deltachat-ios.xcodeproj ), e.g. by typing 'open deltachat-ios.xcworkspace' from the shell. Will add some basic instructions in the README soon
+
+