From 92d4b5c73d1da32c3bf9d4a58638d4ea95af04a1 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 17 Dec 2017 16:02:08 +0000 Subject: [PATCH] Update README --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94adf85..b9ee918 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -# inspektor +# RS Inspektor -This README outlines the details of collaborating on this Ember application. -A short introduction of this app could easily go here. +Inspektor is a simple file browser for inspecting the contents of a +[remoteStorage](https://remotestorage.io) account. It is intended for RS app +developers and power users. ## Prerequisites @@ -40,7 +41,14 @@ Make use of the many generators for code, try `ember help generate` for more det ### Deploying -Specify what it takes to deploy your app. +With the 5apps remote added correctly (and push access to the GitLab repo), +just run: + + npm run deploy + +If you want to deploy this from and to different repos, have a look at the +`scripts` section in `package.json`, as well as `scripts/deploy.sh` for how it +works. ## Further Reading / Useful Links