Skip to content

Commit b7e8c11

Browse files
authored
Adding code block format for README.md (#75981)
1 parent 44d3f3c commit b7e8c11

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
@@ -103,7 +103,7 @@ script is used by swift.org's CI to produce snapshots and can allow for one to
103103
locally reproduce such builds for development or distribution purposes. A typical
104104
invocation looks like the following:
105105

106-
```
106+
```sh
107107
$ ./swift/utils/build-toolchain $BUNDLE_PREFIX
108108
```
109109

@@ -134,7 +134,7 @@ On macOS if one wants to install such a toolchain into Xcode:
134134
1. Untar and copy the toolchain to one of `/Library/Developer/Toolchains/` or
135135
`~/Library/Developer/Toolchains/`. E.g.:
136136

137-
```
137+
```sh
138138
$ sudo tar -xzf swift-LOCAL-YYYY-MM-DD-a-osx.tar.gz -C /
139139
$ tar -xzf swift-LOCAL-YYYY-MM-DD-a-osx.tar.gz -C ~/
140140
```
@@ -143,7 +143,7 @@ The script also generates an archive containing debug symbols which
143143
can be installed over the main archive allowing symbolication of any
144144
compiler crashes.
145145

146-
```
146+
```sh
147147
$ sudo tar -xzf swift-LOCAL-YYYY-MM-DD-a-osx-symbols.tar.gz -C /
148148
$ tar -xzf swift-LOCAL-YYYY-MM-DD-a-osx-symbols.tar.gz -C ~/
149149
```

0 commit comments

Comments
 (0)