Signed-off-by: Jane Sandberg <js7389@princeton.edu>
---------------------------------------------------------------------------
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/
---------------------------------------------------------------------------