Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Commit a6c8e77

Browse files
authored
Merge pull request #109 from Lickability/develop
Updated git submodule command to track master
2 parents a2049f0 + 7ddd8fb commit a6c8e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ $ git init
8585
- Add PinpointKit as a git [submodule](http://git-scm.com/docs/git-submodule) by running the following command:
8686

8787
```bash
88-
$ git submodule add https://github.com/Lickability/PinpointKit.git
88+
$ git submodule add -b master https://github.com/Lickability/PinpointKit.git
8989
```
9090

9191
- Open the new `PinpointKit/PinpointKit` folder, and drag the `PinpointKit.xcodeproj` into the Project Navigator of your application’s Xcode project.

0 commit comments

Comments
 (0)