From 8eec817f991b4e8a122819d68d1e9ec2ecbb2443 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Tue, 27 Aug 2024 09:23:26 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4af74e5a1..192ad3b16 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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! \ No newline at end of file +Thank your for contributing to Matrix projects!