瀏覽代碼

Merge pull request #14 from evinugur/patch-1

submod instructions weren't correct
Marcin Krzyzanowski 10 年之前
父節點
當前提交
20bdcc02fd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -41,7 +41,7 @@ Good mood
 
 
 To install CryptoSwift, add it as a submodule to your project (on the top level project directory):
 To install CryptoSwift, add it as a submodule to your project (on the top level project directory):
 
 
-	git submodule add git@github.com:krzyzanowskim/CryptoSwift.git
+	git submodule add https://github.com/krzyzanowskim/CryptoSwift.git
 
 
 Then, drag the CryptoSwift.xcodeproj file into your Xcode project, and add CryptoSwift.framework as a dependency for your target.
 Then, drag the CryptoSwift.xcodeproj file into your Xcode project, and add CryptoSwift.framework as a dependency for your target.