From 8a57a43fdfe027b93c1c83e512b9f86399c93da8 Mon Sep 17 00:00:00 2001 From: taniman Date: Sun, 30 Jul 2017 10:04:21 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3353067..4030b34 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ Put the jar file in a directory
Put application.properties in the same directory and fill in your apiKeys and secrets
Open ALLPAIRS-params.js and at the botom after module.exports = config; put the following line
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
+Optionally run gunbot using one of the json files in the releases. (required for version 3.3.3/4)
+pm2-gunbotbot-linux.json
+pm2-gunbotbot-windows.json
+This will set the NODE_TLS line for you. gunbot log will be viewable from pm2 log.

To be able to run the application you need Java 8
Open a terminal or command prompt and type