diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2019-01-26 12:24:04 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2019-01-26 12:24:04 +0000 |
| commit | bd48cc0d3ede9ddb77a87ee854967f28990aa60f (patch) | |
| tree | cad4470e2c1b1b1a7466a53ec70d10a6a105692c /README.md | |
| parent | 1734cfdf446220007014b8560f1d702edb70865d (diff) | |
| parent | b4e28885b51cb4e6777145b93071fd502a08b60f (diff) | |
| download | tplink-energy-monitor-bd48cc0d3ede9ddb77a87ee854967f28990aa60f.tar.xz tplink-energy-monitor-bd48cc0d3ede9ddb77a87ee854967f28990aa60f.zip | |
Merge branch 'master' of https://github.com/jamesbarnett91/tplink-energy-monitor
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ Written in Node.js + Express, and fully responsive so works well on mobile devic You can use any of the following methods to get the project running: ### Packaged executable -The easiest way to run the project is to download one of the packaged executables from the [releases page](https://github.com/jamesbarnett91/tplink-monitor/releases). These are single file executables with all dependencies included. Just download the relevant file for your OS (Windows, Linux and MacOS available) and double click the file. Then go to `localhost:3000` in your browser to access the dashboard. +The easiest way to run the project is to download one of the packaged executables from the [releases page](https://github.com/jamesbarnett91/tplink-monitor/releases). These are zip files containing a single executable file and some config. Just download the relevant file for your OS (Windows, Linux and MacOS available), extract the zip somewhere and double click executable. Then go to `localhost:3000` in your browser to access the dashboard. ### Docker Alternatively, you can pull the `jbarnett/tplink-energy-monitor` image and run that. |