Skip to content

Commit ec7bd91

Browse files
committed
wip
1 parent a505ff6 commit ec7bd91

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,19 +222,19 @@ or via [`gh`](https://cli.github.com/):
222222

223223
```sh
224224
# Both arm64 (aarch64) and amd64 (x86_64) architectures are available.
225-
gh release download --repo 'typisttech/php-matrix' --pattern 'php-matrix_Linux_arm64.deb'
225+
gh release download --repo 'typisttech/php-matrix' --pattern 'php-matrix_linux_arm64.deb'
226226
```
227227

228228
**Optionally**, verify the `.deb` file:
229229

230230
```sh
231-
gh attestation verify --repo 'typisttech/php-matrix' 'php-matrix_Linux_arm64.deb'
231+
gh attestation verify --repo 'typisttech/php-matrix' 'php-matrix_linux_arm64.deb'
232232
```
233233

234234
Finally, install the package:
235235

236236
```sh
237-
sudo dpkg -i php-matrix_Linux_arm64.deb
237+
sudo dpkg -i php-matrix_linux_arm64.deb
238238
```
239239

240240
## Manual Binary
@@ -246,7 +246,7 @@ Download the latest `.tar.gz` file from [GitHub Releases](https://github.com/typ
246246
or via [`gh`](https://cli.github.com/):
247247

248248
```sh
249-
# Both Darwin (macOS) and Linux operating systems are available.
249+
# Both darwin (macOS) and linux operating systems are available.
250250
# Both arm64 (aarch64) and amd64 (x86_64) architectures are available.
251251
gh release download --repo 'typisttech/php-matrix' --pattern 'php-matrix_darwin_arm64.tar.gz'
252252
```

0 commit comments

Comments
 (0)