From 9f711f1467f2980eaeff7ee8045522518add557e Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Wed, 12 Feb 2020 18:50:22 +0100 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6c6aa3..f161adb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Based on https://github.com/MOVE-II/move2radio. This container uses no blobs to build, however some proprietary code is needed. The distributed docker images only contain binary assets, this is achieved using docker multi-stage builds. The proprietary code is currently hosted at the LRZ GitLab by the MOVE-II team, and an older private mirror exists at the CHRZ Git server. It is forbidden to redistribute the proprietary code without permission, however binary assets compiled from it may be redistributed. ## Usage -Use the scripts from the `scripts` directory to control the docker containers. +Use the scripts from the `scripts` directory to control the docker containers. Each script takes a parameter to configure the mode, either `gui` or `cli`. ## Configuration Configure the proprietary code server using the file `config/config.sh` (see or copy `config/config.sh.example*`), and place or link your private key for the server access (`id_rsa`) there as well. Note that this key should not be protected with a password. \ No newline at end of file