File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,14 +72,14 @@ compiler for C++14 support and create a symlink:
72
72
73
73
### Getting Sources for Swift and Related Projects
74
74
75
- First create a directory for all of the swift sources:
75
+ First create a directory for all of the Swift sources:
76
76
77
77
mkdir swift-source
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