Johannes Zellner преди 9 години
родител
ревизия
e428f55362
променени са 1 файла, в които са добавени 29 реда и са изтрити 5 реда
  1. 29 5
      README.md

+ 29 - 5
README.md

@@ -1,8 +1,32 @@
-Taiga
-=====
+# Taiga
 
-[![Install on Cloudron](https://dev.cloudron.io/img/installbutton32.png)](https://dev.cloudron.io/)
+This repository contains the Cloudron app package source for [Taiga](http://taigaio.github.io/).
 
-http://taigaio.github.io/taiga-doc/dist/setup-production.html
+## Installation
 
-https://github.com/ensky/taiga-contrib-ldap-auth
+This app uses the ldap community plugin https://github.com/ensky/taiga-contrib-ldap-auth
+
+The main installation guide is at http://taigaio.github.io/taiga-doc/dist/setup-production.html
+
+[![Install](https://cloudron.io/img/button32.png)](https://cloudron.io/button.html?app=io.taiga.cloudronapp)
+
+or using the [Cloudron command line tooling](https://cloudron.io/references/cli.html)
+
+```
+cloudron install --appstore-id io.taiga.cloudronapp
+```
+
+## Building
+
+The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html).
+
+```
+cd taiga-app
+
+cloudron build
+cloudron install
+```
+
+## Testing
+
+No tests yet.