Merge pull request #252 from oddlama/fix-docs-typo

Fix double listing of amd64 in the docs (Fixes #251)
pull/257/head
Philipp C. Heckel 2022-05-16 08:31:55 -04:00 committed by GitHub
commit cb768ca3f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ Typical commands (more see below):
...
```
If you want to build the **ntfy binary including web app and docs for all supported architectures** (amd64, armv7, and amd64),
If you want to build the **ntfy binary including web app and docs for all supported architectures** (amd64, armv7, and arm64),
you can simply run `make build`:
``` shell