Skip to content

Instantly share code, notes, and snippets.

@hlombroso
Forked from mingliangguo/websocat-install.sh
Created December 26, 2020 08:43
Show Gist options
  • Save hlombroso/5f0ca0e0b31fab8e78a5bc8036f1078f to your computer and use it in GitHub Desktop.
Save hlombroso/5f0ca0e0b31fab8e78a5bc8036f1078f to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment