From: Jane Sandberg Date: Fri, 16 Sep 2022 23:22:59 +0000 (-0700) Subject: LP1990020: short note in README about arm64 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f82dd9fa779cd3731cb84781f5904409a5577662;p=working%2FOpenSRF.git LP1990020: short note in README about arm64 Signed-off-by: Jane Sandberg --- 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/ ---------------------------------------------------------------------------