Skip to content

Commit 4624157

Browse files
authored
Update README.md
1 parent ff8e5ee commit 4624157

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ Plugin Host2 can interface directly with audio and MIDI hardware, OBS audio sour
3030
- E.g. allows creating new submixes
3131
- Can be used as 'dummy' source to host Device IO
3232

33-
## Installation
34-
35-
- Download and install [latest release](https://github.com/atkAudio/PluginForObsRelease/releases/latest)
36-
- Manual/portable installations: extract `.dll|.dylib|.so` from installer and copy it to OBS plugins directory. For example on major Linux distros, extract `atkaudio-pluginforobs.so` from `.deb` file and copy it to `~/.config/obs-studio/plugins/atkaudio-pluginforobs/bin/64bit/`
37-
3833
## Build instructions
3934

4035
Project is based on [OBS Plugin Template](https://github.com/obsproject/obs-plugintemplate) and depends on [JUCE Framework](https://github.com/juce-framework/JUCE). Install JUCE Framework [Minimum System Requirements](https://github.com/juce-framework/JUCE#minimum-system-requirements) and OBS Plugin Template [Supported Build Environment](https://github.com/obsproject/obs-plugintemplate#supported-build-environments) and follow OBS Plugin Template [Quick Start Guide](https://github.com/obsproject/obs-plugintemplate/wiki/Quick-Start-Guide).
@@ -50,3 +45,14 @@ cmake --build --preset ubuntu-x86_64
5045

5146
Find `atkaudio-pluginforobs.so` and copy it to OBS plugins directory.
5247
See `CMakePresets.json` for Windows, macOS and other build presets.
48+
49+
## Donation
50+
51+
[![PayPal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate/?hosted_button_id=ERBKC76F55HZW)
52+
53+
If you find this project useful, please consider making [a donation](https://www.paypal.com/donate/?hosted_button_id=ERBKC76F55HZW) to support its future development and maintenance.
54+
55+
## Installation
56+
57+
- Download and install [latest release](https://github.com/atkAudio/PluginForObsRelease/releases/latest)
58+
- Manual/portable installations: extract `.dll|.dylib|.so` from installer and copy it to OBS plugins directory. For example on major Linux distros, extract `atkaudio-pluginforobs.so` from `.deb` file and copy it to `~/.config/obs-studio/plugins/atkaudio-pluginforobs/bin/64bit/`

0 commit comments

Comments
 (0)