From 04d9abbed98c11cbee7025b1bcecb6139f0925ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Thu, 10 Sep 2015 12:41:28 +0200 Subject: [PATCH] Update README file --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54672d1..6690d2e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ ![Kaleidos Project](http://kaleidos.net/static/img/badge.png "Kaleidos Project") -##Installation +This repo is a compiled versión of https://github.com/taigaio/taiga-front + +## Installation ## * Clone the repo * Expose the `dist` directory under a static file web server @@ -10,6 +12,16 @@ More information about the different installation methods (production, development, vagrant, docker...) can be found here http://taigaio.github.io/taiga-doc/dist/#_installation_guide. + +## For Devs ## + +To regenerate branches ```master``` and ```stable``` + +``` +git checkout master; node dist.js master +git checkout stable; node dist.js stable +``` + ## Community ## [Taiga has a mailing list](http://groups.google.com/d/forum/taigaio). Feel free to join it and ask any questions you may have.