From 18c946eab12cc425ed08fd44b5caf41bfc90b0d4 Mon Sep 17 00:00:00 2001 From: wvengen Date: Mon, 16 Dec 2013 18:13:30 +0100 Subject: [PATCH] add note about release version to setup documentation --- doc/SETUP_DEVELOPMENT.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/SETUP_DEVELOPMENT.md b/doc/SETUP_DEVELOPMENT.md index 9941c262..d2d51931 100644 --- a/doc/SETUP_DEVELOPMENT.md +++ b/doc/SETUP_DEVELOPMENT.md @@ -17,6 +17,9 @@ Getting started ``` git clone https://github.com/foodcoops/foodsoft.git ``` + This brings up the bleeding-edge development version, which might contain some + unfinished parts. If you want to be safe, choose the last release: + `git checkout $(git tag -l | grep ^v | sort -rn | head -n1)` 1. Install RVM and Ruby 1.9.3 (if you have not done so before): ```