From 5bc8bd7090d9326ec11766abe0a3e15d4b31e42c Mon Sep 17 00:00:00 2001 From: PlusMinus0 Date: Tue, 13 Dec 2016 14:53:47 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a1507e..46c3f70 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Headless JDownloader 2 Docker Container 1. Create a folder on your host for the configuration files (eg. sudo mkdir /config/jd2) 2. run `docker run -d --name jd2 -v /config/jd2:/opt/JDownloader/cfg -v /home/user/Downloads:/root/Downloads plusminus/jdownloader2-headless` 3. stop the container `docker stop jd2` -4. On your host, enter your credentials to the file `org.jdownloader.api.myjdownloader.MyJDownloaderSettings.json` as in `{ "password" : "mypasswort", "email" : "email@home.org" }` +4. On your host, enter your credentials (in quotes) to the file `org.jdownloader.api.myjdownloader.MyJDownloaderSettings.json` as in `{ "password" : "mypasswort", "email" : "email@home.org" }` 5. Start the container