add note about release version to setup documentation
This commit is contained in:
parent
1e7b1a43c8
commit
18c946eab1
1 changed files with 3 additions and 0 deletions
|
@ -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):
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue