File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Sources/SwiftSyntax/Documentation.docc Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ and building all of the files in this repository.
50
50
To invoke ` build-script.py ` to regenerate source code, run
51
51
52
52
```
53
- $ ./build-script.py generate-source-code --toolchain /Path/To/Toolchain
53
+ $ ./build-script.py generate-source-code --toolchain /path/to/toolchain/usr
54
54
```
55
55
56
- where ` /Path/To/Toolchain ` can point either to the ` XcodeDefault.xctoolchain `
56
+ where ` /path/to/toolchain ` can point either to the ` XcodeDefault.xctoolchain `
57
57
installed with Xcode, or to a [ toolchain downloaded from swift.org] [ SwiftToolchains ] .
58
58
59
59
- Note: To see the raw commands that ` build-script.py ` is running, use the ` -v `
@@ -67,7 +67,7 @@ the version control system.
67
67
To invoke ` build-script.py ` in verification mode, run
68
68
69
69
```
70
- $ ./build-script.py verify-source-code --toolchain /Path/To/Toolchain
70
+ $ ./build-script.py verify-source-code --toolchain /path/to/toolchain/usr
71
71
```
72
72
73
73
## Adding and Removing Syntax Nodes
You can’t perform that action at this time.
0 commit comments