Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu authored Aug 27, 2024
1 parent 993fe8c commit ebef0d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ swift run tools build-sdk --help

### Tools

The project depends on some tools for the build process. These are all included in the `Brewfile` and can be easily installed by running
The project depends on some tools for the build process which are normally installed through `swift run tools setup-project`. Installing them manually though is as easy as copying what the [script does](https://github.com/element-hq/element-x-ios/blob/develop/Tools/Sources/SetupProject.swift)

```
brew bundle
brew install [...]
```

Git LFS is used to store UI test snapshots. `swift run tools setup-project` will already install it, however it can also be installed after a checkout by running:
Expand Down Expand Up @@ -112,4 +112,4 @@ We also gather coverage reports on every PR through [Codecov](https://app.codeco

## Thanks

Thank your for contributing to Matrix projects!
Thank your for contributing to Matrix projects!

0 comments on commit ebef0d1

Please sign in to comment.