From c2c3aee3110e56f8b0ab19c88245ac5e642cbfa7 Mon Sep 17 00:00:00 2001 From: Jared Henderson Date: Mon, 30 Sep 2019 13:29:43 -0400 Subject: [PATCH 1/2] make it clear that you install in the `app` dir (#150) I got confused from the instructions, I think similarly to #147. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aa77c6..ed56907 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Just keep in mind that there is no intention to ensure compatability with Node < # Instructions To install: -1. Clone to a location somewhere and `npm install --production`. If you want to develop and rebuild javascript and other files utilize `npm install` instead. +1. Clone to a location somewhere and then `cd app` and `npm install --production`. If you want to develop and rebuild javascript and other files utilize `npm install` instead. 2. If desired, edit config.json to change the listener to your liking. There are also some default options which may be definied for a few of the variables. From c4315a2f91e357a9b1cd02677cb6161f649adb2d Mon Sep 17 00:00:00 2001 From: bara666 Date: Mon, 30 Sep 2019 19:30:15 +0200 Subject: [PATCH 2/2] Update README.md (#144) Change exmple URL, param color change to headerBackground --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed56907..c294a97 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ Clicking `Start logging` on the status bar will log all data to the client. A `D # Example: -http://localhost:2222/ssh/host/192.168.1.1?port=2244&header=My%20Header&color=red +http://localhost:2222/ssh/host/192.168.1.1?port=2244&header=My%20Header&headerBackground=red # Tips * If you want to add custom JavaScript to the browser client you can either modify `./src/client.html` and add a **