-
-
Save Suzerainless/d7f076b46a2e60833fb7df3c2b196544 to your computer and use it in GitHub Desktop.
install websocat in ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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
great