Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
vi committed Sep 27, 2022
1 parent f49b2c5 commit d9912f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = "0.2.2"
authors = ["Vitaly _Vi Shukela <vi0oss@gmail.com>"]
keywords = ["websocket", "websockets", "rfc6455", "broadcast", "nightly"]
repository = "https://github.com/vi/wsbroad"
include = ["src","Cargo.toml","LICENSE","README.md"]
categories = ["command-line-utilities", "network-programming", "web-programming", "web-programming::websocket"]
license = "MIT/Apache-2.0"
edition = "2018"
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,4 @@ Expiring URL: /baz

For `wss://` server use some Nginx forwarding.

There are pre-built versions (legacy at the moment):

* Linux: [wsbroad-x86_64-musl](https://github.com/vi/wsbroad/releases/download/0.1.0/wsbroad-x86_64-musl)
* Windows: [wsbroad-i686-windows.exe](https://github.com/vi/wsbroad/releases/download/0.1.0/wsbroad-i686-windows.exe) (not tested)
* Mac: [wsbroad-x86_64-mac](https://github.com/vi/wsbroad/releases/download/0.1.0/wsbroad-x86_64-mac) (not tested)
See [Github releases](https://github.com/vi/wsbroad/releases/) for pre-built versions.

0 comments on commit d9912f3

Please sign in to comment.