Skip to content

Commit d190198

Browse files
committed
Update CONTRIBUTING.MD
1 parent 643f3de commit d190198

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ To build the `main` branch of SwiftSyntax, follow the following instructions:
1010
```
1111
- (enclosing directory)
1212
- swift
13+
- swift-argument-parser
1314
- swift-syntax
1415
```
1516
@@ -30,8 +31,6 @@ To build the `main` branch of SwiftSyntax, follow the following instructions:
3031
3132
Swift-CI will automatically run the code generation step whenever a new toolchain (development snapshot or release) is published. It should thus almost never be necessary to perform the above build yourself.
3233
33-
Afterward, SwiftPM can also generate an Xcode project to develop SwiftSyntax by running `swift package generate-xcodeproj`.
34-
3534
If you also want to run tests locally, read the section below as testing has additional requirements.
3635
3736
## Local Testing

0 commit comments

Comments
 (0)