Skip to content

Commit

Permalink
fix readme and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-koba-mobidev committed Feb 16, 2018
1 parent 49cc3b7 commit d6dd86d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ test/dummy/log/*.log
test/dummy/tmp/
test/dummy/uploads/
.idea
.byebug_history
.byebug_history
*.gem
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit d6dd86d

Please sign in to comment.