Update install instructions

pull/23/head
Dominik Nakamura 2 years ago
parent 2ced08afb1
commit 8812c8ab30
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

@ -20,12 +20,11 @@ Remote control OBS with the [obs-websocket] plugin from Rust 🦀.
## Usage
Add `obws` to your project with `cargo add obws` (needs [cargo-edit]) or add it manually to your
`Cargo.toml`:
Add `obws` to your project with `cargo add obws` or add it manually to your `Cargo.toml`:
```toml
[dependencies]
obws = { git = "https://github.com/dnaka91/obws.git", branch = "v5-api" }
obws = "0.9.1"
```
In addition, you will need to use the latest [tokio](https://tokio.rs) runtime to use this library

Loading…
Cancel
Save