Skip to content

Instantly share code, notes, and snippets.

View Suzerainless's full-sized avatar

Suzerain Suzerainless

  • Suzerain Node Team
  • Iwata - Japan
  • X @EsAsDo1
View GitHub Profile
@Suzerainless
Suzerainless / websocat-install.sh
Created June 14, 2024 00:18 — forked from mingliangguo/websocat-install.sh
install websocat in ubuntu
# libssl-dev and pkg-config are required in order to build websocat
#
apt-get update && apt-get install -y curl build-essential libssl-dev pkg-config
curl https://sh.rustup.rs -sSf | sh
export PATH=$HOME/.cargo/bin:$PATH
cargo install --features=ssl websocat