File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ script is used by swift.org's CI to produce snapshots and can allow for one to
103
103
locally reproduce such builds for development or distribution purposes. A typical
104
104
invocation looks like the following:
105
105
106
- ```
106
+ ``` sh
107
107
$ ./swift/utils/build-toolchain $BUNDLE_PREFIX
108
108
```
109
109
@@ -134,7 +134,7 @@ On macOS if one wants to install such a toolchain into Xcode:
134
134
1 . Untar and copy the toolchain to one of ` /Library/Developer/Toolchains/ ` or
135
135
` ~/Library/Developer/Toolchains/ ` . E.g.:
136
136
137
- ```
137
+ ``` sh
138
138
$ sudo tar -xzf swift-LOCAL-YYYY-MM-DD-a-osx.tar.gz -C /
139
139
$ tar -xzf swift-LOCAL-YYYY-MM-DD-a-osx.tar.gz -C ~ /
140
140
```
@@ -143,7 +143,7 @@ The script also generates an archive containing debug symbols which
143
143
can be installed over the main archive allowing symbolication of any
144
144
compiler crashes.
145
145
146
- ```
146
+ ``` sh
147
147
$ sudo tar -xzf swift-LOCAL-YYYY-MM-DD-a-osx-symbols.tar.gz -C /
148
148
$ tar -xzf swift-LOCAL-YYYY-MM-DD-a-osx-symbols.tar.gz -C ~ /
149
149
```
You can’t perform that action at this time.
0 commit comments