mirror of
https://github.com/onyx-and-iris/obsws-ruby.git
synced 2025-01-18 05:20:47 +00:00
add installation section to readme
This commit is contained in:
parent
642e48d213
commit
9842bed8b6
13
README.md
13
README.md
@ -11,6 +11,19 @@
|
|||||||
- With the release of OBS Studio version 28, Websocket plugin is included by default. But it should be manually installed for earlier versions of OBS.
|
- With the release of OBS Studio version 28, Websocket plugin is included by default. But it should be manually installed for earlier versions of OBS.
|
||||||
- Ruby 3.0 or greater
|
- Ruby 3.0 or greater
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
### Bundler
|
||||||
|
|
||||||
|
```
|
||||||
|
bundle add 'obsws'
|
||||||
|
bundle install
|
||||||
|
```
|
||||||
|
|
||||||
|
### Gem
|
||||||
|
|
||||||
|
`gem install 'obsws'`
|
||||||
|
|
||||||
## `Use`
|
## `Use`
|
||||||
|
|
||||||
#### Example `main.rb`
|
#### Example `main.rb`
|
||||||
|
Loading…
Reference in New Issue
Block a user