Commit 84ccbe18e1c54824776a1530255018981d3f837a
1 parent
7f8f79a5
Exists in
master
and in
1 other branch
Add requirement information on Errbit in README
Showing
2 changed files
with
8 additions
and
1 deletions
Show diff stats
Gemfile
README.md
... | ... | @@ -78,6 +78,13 @@ There is a demo available at [http://errbit-demo.herokuapp.com/](http://errbit-d |
78 | 78 | Email: demo@errbit-demo.herokuapp.com<br/> |
79 | 79 | Password: password |
80 | 80 | |
81 | +# Requirement | |
82 | + | |
83 | +The list of requirement to install Errbit is : | |
84 | + | |
85 | + * Ruby 1.9.3 or higher | |
86 | + * MongoDB 2.2.0 or higher | |
87 | + | |
81 | 88 | Installation |
82 | 89 | ------------ |
83 | 90 | ... | ... |