BOOK THIS SPACE FOR AD
ARTICLE ADJust now
--
Update and install dependencies
sudo apt updateInstall dependencies
sudo apt install -y curl build-essential libssl-dev pkg-configInstall cargo
curl https://sh.rustup.rs -sSf | shAdd cargo to path
export PATH=$HOME/.cargo/bin:$PATHUse cargo to install websocat
cargo install — features=ssl websocat
All done!