From d6dd86d85de8427beb54d0a5f9bb9d084b9ca36f Mon Sep 17 00:00:00 2001 From: Serge Koba Date: Sat, 17 Feb 2018 01:11:40 +0200 Subject: [PATCH] fix readme and gitignore --- .gitignore | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fed0869..8ab2638 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ test/dummy/log/*.log test/dummy/tmp/ test/dummy/uploads/ .idea -.byebug_history \ No newline at end of file +.byebug_history +*.gem \ No newline at end of file diff --git a/README.md b/README.md index d3b8ea2..b34f1ae 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ and share files. Admins can manage users, groups and permissions. ![Boxroom](https://res.cloudinary.com/skoba/image/upload/v1518819948/Boxroom_vzqhre.png) ## Install -- add to Gemfile `gem 'boxroom', github: 'sergey-koba-mobidev/boxroom-engine'` +- add to Gemfile `gem 'boxroom'` - run `rails boxroom:install:migrations` - run `rails db:migrate` - mount engine in `config/routes.rb`