vi / websocat

Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
MIT License
6.72k stars 257 forks source link

What do I do with the file? Say 'websocat.aarch64-unknown-linux-musl' I downloaded, now what? #210

Closed Jibun-no-Kage closed 7 months ago

Jibun-no-Kage commented 7 months ago

What do I do with the file? Say 'websocat.aarch64-unknown-linux-musl' I downloaded, now what? I am trying to use the lgtv script that has a requirement for weboscat?

vi commented 7 months ago

For example, something like these steps:

  1. mv websocat.aarch64-unknown-linux-musl /opt/websocat
  2. chmod +x /opt/websocat
  3. PATH=$PATH:/opt lgtv ...
Jibun-no-Kage commented 7 months ago

Excellent, thank you.