From cdda2d0319cc0a611a77e194925b7c33a3421c8f Mon Sep 17 00:00:00 2001 From: Quan Anh Tong Date: Mon, 13 Apr 2020 20:11:32 +0700 Subject: [PATCH] the correct GOARCH value is arm, not arm32 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8415016b..3430cbdf 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ _this is the recommended way to run remark42_ * download archive for [stable release](https://github.com/umputun/remark/releases) or [development version](https://remark42.com/downloads) * unpack with `gunzip` (Linux, macOS) or with `zip` (Windows) * run as `remark42.{os}-{arch} server {parameters...}`, i.e. `remark42.linux-amd64 server --secret=12345 --url=http://127.0.0.1:8080` -* alternatively compile from the sources - `make OS=[linux|darwin|windows] ARCH=[amd64,386,arm64,arm32]` +* alternatively compile from the sources - `make OS=[linux|darwin|windows] ARCH=[amd64,386,arm64,arm]` #### Parameters