From 936644799e3b2d5cacae6e6d9253b97830334dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 8 Jul 2016 08:49:23 +0200 Subject: [PATCH] Update README.md --- README.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d7780204d..95fec2ab4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,21 @@ Deck is a kanban style project and personal management tool integrated with OwnCloud. -- + +## Installation/Update + +### Install from git + + git clone https://github.com/juliushaertl/deck.git + cd deck + make + +## Developing + +Run javascript watch ```make watch``` + + + ## Building the app The app can be built by using the provided Makefile by running: @@ -27,15 +41,6 @@ The make command will install or update Composer dependencies if a composer.json } ``` - -## Publish to App Store - -First get an account for the [App Store](http://apps.owncloud.com/) then run: - - make appstore - -The archive is located in build/artifacts/appstore and can then be uploaded to the App Store. - ## Running tests You can use the provided Makefile to run all tests by using: