Skip to content

Commit 6bec0f9

Browse files
authored
Merge pull request #844 from ibrahimoktay/update-contributing-file
2 parents c4a6be5 + 88f6ec6 commit 6bec0f9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ Since SwiftSyntax relies on definitions in the main Swift repository to generate
66

77
To build the `main` branch of SwiftSyntax, follow the following instructions:
88

9-
1. Check `swift-syntax` and `swift` out side by side:
9+
1. Check `swift-syntax`, `swift-argument-parser` and `swift` out side by side:
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)