diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2019-01-26 12:17:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-26 12:17:02 +0000 |
| commit | b4e28885b51cb4e6777145b93071fd502a08b60f (patch) | |
| tree | b39f648f260f38dcb70cae9e2ed4dcf6bea69bfa /README.md | |
| parent | 595160f5be9a5a424a106837c6be73da82078064 (diff) | |
| download | tplink-energy-monitor-b4e28885b51cb4e6777145b93071fd502a08b60f.tar.xz tplink-energy-monitor-b4e28885b51cb4e6777145b93071fd502a08b60f.zip | |
Update README.md
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. |