Skip to content

Commit e566465

Browse files
committed
Add instructions to CONTRIBUTING
1 parent db6b65e commit e566465

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@ You can set up your local environment natively or using `docker`, check out the
3434

3535
Example of running all the checks with docker:
3636
```bash
37-
docker-compose run --rm package bash -c "list of the commands required to build + run tests + run linters"
37+
docker-compose run --rm package bash -c "swift test && swift run swiftlint"
3838
```
3939

4040
To install dependencies:
4141

42-
4342
```bash
4443
swift build
4544
```
@@ -72,19 +71,7 @@ If you want to fix your linting errors:
7271
swift run swiftlint --fix
7372
```
7473

75-
### On Xcode <!-- omit in TOC -->
76-
77-
### Setup <!-- omit in TOC -->
78-
79-
You can set up your local environment natively or using `docker`, check out the [`docker-compose.yml`](/docker-compose.yml).
80-
81-
Example of running all the checks with docker:
82-
```bash
83-
docker-compose run --rm package bash -c "list of the commands required to build + run tests + run linters"
84-
```
85-
86-
To install dependencies:
87-
74+
### Setup on Xcode <!-- omit in TOC -->
8875

8976
To build the project, if it's not already done, click on the play button in the top left corner of Xcode.
9077

0 commit comments

Comments
 (0)