From 842cc1d4b694d8a5b5212380b67480d74243edf1 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Sun, 16 Jun 2024 16:36:24 +0000 Subject: [PATCH] Add note about which version you install --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc92c5f..ceea647 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,12 @@ Do you have any wishes for a new overlay? Then leave your ideas, sketches or moo #### RotorHazard -1. Install the Stream Overlays RH Plugin like any other plugin ([RH Plugin Documentation][rh-plugin-docs]) +1. Install the Stream Overlays RH Plugin with the following command: ```bash sh -c "$(curl -fsSL https://raw.githubusercontent.com/dutchdronesquad/rh-stream-overlays/main/tools/install.sh)" ``` +_This command will install the latest release of the plugin. To use the development version, you need to download the repository and manually put the files in the correct plugin folder._ 2. Restart RotorHazard @@ -51,7 +52,6 @@ ln -s ~/rh-stream-overlays/stream_overlays/ ~/RotorHazard/src/server/plugins/str Distributed under the **MIT** License. See [`LICENSE`](LICENSE) for more information. -[rh-plugin-docs]: https://github.com/RotorHazard/RotorHazard/blob/main/doc/Plugins.md#installing-and-running [rh-dev]: https://github.com/RotorHazard/RotorHazard/blob/main/doc/Development.md [license-shield]: https://img.shields.io/github/license/dutchdronesquad/rh-stream-overlays.svg