Skip to content

Commit 7c974bc

Browse files
authored
bypass trust
1 parent df8f5b3 commit 7c974bc

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

docs/1.x/installation.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ Before installing Relay, make sure the system meets the requirements:
1919
Relay can be installed on macOS using [Homebrew](https://brew.sh).
2020

2121
```bash
22-
brew tap cachewerk/tap
23-
brew trust cachewerk/tap
24-
25-
brew install relay # PHP 8.4
26-
brew install relay@7.4 # PHP 7.4
22+
brew install cachewerk/tap/relay # PHP 8.5
23+
brew install cachewerk/tap/relay@7.4 # PHP 7.4
2724
```
2825

2926
Afterwards, be sure to restart PHP-FPM and the web server:

0 commit comments

Comments
 (0)