File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ First create a directory for all of the swift sources:
78
78
cd swift-source
79
79
80
80
** Note:** This is important since update-checkout (see below) checks out
81
- repositories next to the swift source directory. This means that if one clones
82
- swift and has other unrelated repositories, update-checkout may not clone those
81
+ repositories next to the Swift source directory. This means that if one clones
82
+ Swift and has other unrelated repositories, update-checkout may not clone those
83
83
repositories and will update them instead.
84
84
85
85
** Via HTTPS** For those checking out sources as read-only, HTTPS works best:
@@ -138,7 +138,7 @@ it next to the other projects and it will be bootstrapped automatically:
138
138
The ` build-script ` is a high-level build automation script that supports basic
139
139
options such as building a Swift-compatible LLDB, building the Swift Package
140
140
Manager, building for iOS, running tests after builds, and more. It also
141
- supports presets which you can define for common combinations of build options.
141
+ supports presets, which you can define for common combinations of build options.
142
142
143
143
To find out more:
144
144
You can’t perform that action at this time.
0 commit comments