From f82dd9fa779cd3731cb84781f5904409a5577662 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Fri, 16 Sep 2022 16:22:59 -0700 Subject: [PATCH] LP1990020: short note in README about arm64 Signed-off-by: Jane Sandberg --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index a1af0ef..28baa2f 100644 --- a/README +++ b/README @@ -445,6 +445,7 @@ Websockets installation instructions --------------------------------------------------------------------------- cd /tmp wget 'https://github.com/joewalnes/websocketd/releases/download/v0.3.0/websocketd-0.3.0-linux_amd64.zip' +# Or for an arm64 machine: wget https://github.com/joewalnes/websocketd/releases/download/v0.3.0/websocketd-0.3.0-linux_arm.zip unzip websocketd-0.3.0-linux_amd64.zip sudo cp websocketd /usr/local/bin/ --------------------------------------------------------------------------- -- 2.11.0