We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58fc05 commit 772598eCopy full SHA for 772598e
1 file changed
README.md
@@ -8,7 +8,7 @@ Project Setup Instructions
8
2. Get the repo
9
10
11
- git clone git@github.com:cloudspace/iOS-EasyReader.git
+ git clone https://github.com/cloudspace/iOS-EasyReader
12
13
3. Install cocoapods if it is not already setup
14
@@ -20,9 +20,9 @@ Project Setup Instructions
20
21
22
cd ~/path/to/project
23
- pod repo add Cloudspace-iOS-Pods git@github.com:cloudspace/Cloudspace-iOS-PodSpecs.git
+ pod repo add Cloudspace-iOS-Pods https://github.com/cloudspace/Cloudspace-iOS-PodSpecs
24
pod install
25
26
5. Open the project in xcode using 'EasyReader.xcworkspace'. Do not open it with 'EasyReader.xcodeproj'.
27
28
-6. Build and run the project
+6. Build and run the project
0 commit comments