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

Commit 7ddd8fb

Browse files
authored
Updated git submodule command to track master
1 parent a2049f0 commit 7ddd8fb

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)