Update CONTRIBUTING.md

This commit is contained in:
Stefan Ceriu 2024-08-27 09:23:26 +03:00 committed by GitHub
parent 993fe8cd36
commit ebef0d1fbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: