You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ The easiest way to add SwiftGit2 to your project is to use [Carthage](https://gi
37
37
If you’d like, you can do things the ~~hard~~ old-fashioned way:
38
38
39
39
1. Add SwiftGit2 as a submodule of your project’s repository.
40
-
2. Run `git submodule update —init —recursive` to fetch all of SwiftGit2’s depedencies.
40
+
2. Run `git submodule update --init --recursive` to fetch all of SwiftGit2’s depedencies.
41
41
3. Add `SwiftGit2.xcodeproj` to your project’s Xcode project or workspace.
42
42
4. On the “Build Phases” tab of your application target, add `SwiftGit2.framework` to the “Link Binary With Libraries” phase. SwiftGit2 must also be added to a “Copy Frameworks” build phase.
43
43
5.**If you added SwiftGit2 to a project (not a workspace)**, you will also need to add the appropriate SwiftGit2 target to the “Target Dependencies” of your application.
0 commit comments