From e6cb8e8b0d73bee5269ffba9ec55e2c4a236fd0b Mon Sep 17 00:00:00 2001 From: zeus Date: Wed, 24 Feb 2021 23:47:08 +0200 Subject: [PATCH] readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index e8822dd..975a0e4 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,27 @@ ``` 4. Open URL __http://localhost:3088__ in browser 5. Get a free API Key at **Settings->Enable the Swarmlab hybrid** Menu + + + + +1. Get a free API Key at [https://example.com](https://example.com) +2. Clone the repo + ```sh + git clone https://git.swarmlab.io:3000/zeus/swarmlab-hybrid.git + ``` +3. Install it! + ```sh + cd swarmlab-hybrid + ./install.sh + ``` +4. Enter your API in `config.js` + ```JS + const API_KEY = 'ENTER YOUR API'; + ``` + + +