Skip to content

Commit f69b939

Browse files
committed
Dashes, not emdashes
1 parent af84832 commit f69b939

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
@@ -37,7 +37,7 @@ The easiest way to add SwiftGit2 to your project is to use [Carthage](https://gi
3737
If you’d like, you can do things the ~~hard~~ old-fashioned way:
3838

3939
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.
4141
3. Add `SwiftGit2.xcodeproj` to your project’s Xcode project or workspace.
4242
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.
4343
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

Comments
 (0)