From 09ffd24dfd96da4846246691a50f166843d3b589 Mon Sep 17 00:00:00 2001 From: Bastian Meissner Date: Sun, 24 May 2020 22:17:56 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6062b71..baacdf2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Dashboard +# Dashboard -![screenshot](screenshot.png 'screenshot') +![screenshot](https://github.com/phntxx/dashboard/blob/master/screenshot.png 'screenshot') Dashboard is just that - a dashboard. It's inspired by [SUI](https://github.com/jeroenpardon/sui) and has all the same features as SUI, such as simple customization through JSON-files and a handy search bar to search the internet more efficiently. @@ -31,16 +31,16 @@ $ yarn serve:production 2. Using Docker ``` -$ git clone https://github.com/phntxx/dashboard.git -$ cd dashboard/ -$ docker build -t dashboard:1.0 . $ docker run -d \ -v $(pwd)/data:/app/data -p 3000:3000 \ --name dashboard \ - dashboard:1.0 + phntxx/dashboard ``` +**Note: You might still need to clone the repository in order to get the JSON-files which are required for the +app to run** + ## Customization Dashboard is designed to be customizable. Everything is handled using four .json-files, which can be found at /src/components/data