Explorar el Código

submod instructions weren't correct

Evin Ugur hace 10 años
padre
commit
edfa31d928
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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):
 
-	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.