add installation section to readme

This commit is contained in:
onyx-and-iris 2022-10-24 02:01:30 +01:00
parent 642e48d213
commit 9842bed8b6

View File

@ -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.
- Ruby 3.0 or greater
## Installation
### Bundler
```
bundle add 'obsws'
bundle install
```
### Gem
`gem install 'obsws'`
## `Use`
#### Example `main.rb`