From 6cb42fbca1948e4aaedfa2696fbd57be06922cbd Mon Sep 17 00:00:00 2001 From: oddlama Date: Sat, 14 May 2022 22:56:44 +0200 Subject: [PATCH] Fix double listing of amd64 in the docs (Fixes #251) --- docs/develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop.md b/docs/develop.md index 61ae9b17..44a9f213 100644 --- a/docs/develop.md +++ b/docs/develop.md @@ -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