From 9842bed8b69002cfe656c6654bd0264240620903 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Mon, 24 Oct 2022 02:01:30 +0100 Subject: [PATCH] add installation section to readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index eaa0e8e..6ffa35d 100644 --- a/README.md +++ b/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. - Ruby 3.0 or greater +## Installation + +### Bundler + +``` +bundle add 'obsws' +bundle install +``` + +### Gem + +`gem install 'obsws'` + ## `Use` #### Example `main.rb`