vi / websocat

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

Installation guide typo #72

Closed aivinog1 closed 4 years ago

aivinog1 commented 4 years ago

I think there is an typo in installation guide on Fedora:

If you're on Fedora, you can install WebSocat from Copr: sudo dnf copr enable atim/websocat -y && sudo dnf websocat

Must be:

If you're on Fedora, you can install WebSocat from Copr: sudo dnf copr enable atim/websocat -y && sudo dnf install websocat