Update CONTRIBUTING.md

This commit is contained in:
Stefan Ceriu
2024-08-27 09:23:26 +03:00
committed by GitHub
parent 87f8c2eaaf
commit 8eec817f99

View File

@@ -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:
@@ -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!