diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | doc/README_FOR_APP | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -8,3 +8,4 @@ app/views/taglibs/auto config/database.yml config/config.yml tmp +doc/app diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP index fe41f5c..9f9fde6 100644 --- a/doc/README_FOR_APP +++ b/doc/README_FOR_APP @@ -1,2 +1,2 @@ -Use this README file to introduce your application and point to useful places in the API for learning more. -Run "rake doc:app" to generate API documentation for your models, controllers, helpers, and libraries. +This is web application made to help Gentoo Recruiters team do their job. +It's based on Hobo frame work. For installation see README file. |