From: Debayan Sutradhar Date: Thu, 25 Feb 2021 18:50:52 +0530 Subject: Update README.md --- Update README.md --- --- 'a/README.md' +++ b/README.md @@ -1,7 +1,5 @@ # Stream-Pi Essential Actions -![version](https://img.shields.io/badge/Version-1.0.0-green) - Set of pre-built actions and integrations for the Stream-Pi using the [Stream-Pi Action API](https://github.com/stream-pi/actionapi). ## Prerequisites @@ -9,9 +7,20 @@ Set of pre-built actions and integration - Java >= 11 - Maven >= 3.6.3 +## List of Actions + +- Hotkey +- Website +- Twitter +- OBS Actions +- Run Command +- Text Block +- Media File +- Media Key + ## Quick Start Build actions by executing `./build.sh` from the command line. -To test these actions out in your local environment you'll need to run the [Stream-Pi Server](https://github.com/stream-pi/actionapi) and copy the contents of `PreBuiltPlugins/` to the server's -Plugins directory (`data/Plugins` by default), especially if you're writing your own custom action / integration. \ No newline at end of file +To test these actions out in your local environment you'll need to run the [Stream-Pi Server](https://github.com/stream-pi/server) and copy the contents of `PreBuiltPlugins/` to the server's +Plugins directory (`data/Plugins` by default), especially if you're writing your own custom action / integration.