Skip to content

Commit faaea7c

Browse files
authored
Merge pull request #677 from kylerokita/patch-1
Update README.md
2 parents 72e9232 + cacb30c commit faaea7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ The Package Manager project is itself a Swift Package and can be used to build i
104104
2. Locate its `usr/bin` directory
105105
3. Run the bootstrap script:
106106

107-
swiftpm/Utilities/bootstrap --swiftc path/to/snapshot/usr/bin/swiftc --sbt path/to/snapshot/usr/bin/swift-build-tool
107+
swiftpm/Utilities/bootstrap --swiftc path/to/snapshot/usr/bin/swiftc --sbt path/to/snapshot/usr/bin/swift-build-tool
108108

109-
`swiftc` and `swift-build-tool` are both executables provided as part of Swift downloadable snapshots, _they are **not** built from the sources in this repository_.
109+
`swiftc` and `swift-build-tool` are both executables provided as part of Swift downloadable snapshots, _they are **not** built from the sources in this repository_.
110110

111111
3. Using a Swift snapshot, it is possible to use the package manager's support for generating an Xcode project. This project can then be used with the snapshot to develop within Xcode.
112112

113-
swift package generate-xcodeproj
113+
swift package generate-xcodeproj
114114

115115
Note that either of the latter two options may not be compatible with the `master` branch when Swift language changes have caused it to move ahead of the latest available snapshot.
116116

0 commit comments

Comments
 (0)