From cf0d77e62e226f4afe95ead4b588475e453f0150 Mon Sep 17 00:00:00 2001 From: ePirat Date: Fri, 4 Sep 2015 19:02:55 +0200 Subject: [PATCH] Updated Install (markdown) --- Install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install.md b/Install.md index d69f7e8..64ee3f8 100644 --- a/Install.md +++ b/Install.md @@ -14,7 +14,7 @@ This is the best option currently if you want to get Wekan up and running on you Make sure Node.js is installed (currently Version 0.10.40 is required). If you don't have this version, you can use the [node packages][node-packages]. ### Install MongoDB -In order to run Wekan you need to have MongoDB installed. You can either install your distributions package, if they offer any or see the [MongoDB website][] how to install it. +In order to run Wekan you need to have MongoDB installed. You can either install your distributions package, if they offer any or see the [MongoDB website][mongodb-website] how to install it. ### Install a Wekan release Now you need to download the release you want to install, usually this is the latest release which you can find [here][latest-release] (you need the `.tar.gz` one). @@ -72,7 +72,7 @@ curl https://install.meteor.com/ | sh ### Install MongoDB -In order to run Wekan you need to have MongoDB installed. You can either install your distributions package, if they offer any or see the [MongoDB website] how to install it. +In order to run Wekan you need to have MongoDB installed. You can either install your distributions package, if they offer any or see the [MongoDB website][mongodb-website] how to install it. ### Download and build Wekan First we need to get the latest version of Wekan and change to the cloned folder: