Update README.md

This commit is contained in:
Julius Härtl
2016-07-08 08:49:23 +02:00
committed by GitHub
parent 6c7ab8b4e0
commit 936644799e

View File

@@ -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: