File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
234234Finally, 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
246246or 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.
251251gh release download --repo ' typisttech/php-matrix' --pattern ' php-matrix_darwin_arm64.tar.gz'
252252```
You can’t perform that action at this time.
0 commit comments