From 213d8b452a71f8db68857c2600b14b76af280c41 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 25 Feb 2019 16:32:23 +0200 Subject: [PATCH] Updated Developer Documentation (markdown) --- Developer-Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-Documentation.md b/Developer-Documentation.md index b266085..b90e04a 100644 --- a/Developer-Documentation.md +++ b/Developer-Documentation.md @@ -8,7 +8,7 @@ Please read the meteor style guide before making any significant contribution. ## Getting Started -- Install [Wekan from source](https://github.com/wekan/wekan) with rebuild-wekan.sh script, with options 1 to install dependencies and 2 to rebuild source, to your Linux computer (Debian 9 or Ubuntu 14.04), or try installing it via the [[virtual appliance|virtual-appliance]] +- Install [Wekan from source](https://github.com/wekan/wekan) with rebuild-wekan.sh script, with options 1 to install dependencies and 2 to rebuild source, to your Linux computer (Debian 9 or Ubuntu 14.04 or newer), or try installing it via the [[virtual appliance|virtual-appliance]] - You can use for example [Visual Studio Code](https://code.visualstudio.com/) for editing code, it has Meteor.js etc plugins - When changing database schema, [migrations can be used](https://github.com/wekan/wekan/blob/devel/server/migrations.js). - [Excellent example how pull requests are improved and integrated, and not needed commits removed](https://github.com/wekan/wekan/pull/1470)