From 99c53f7355049c6d6d2fd708bdd94e548cf4ccf3 Mon Sep 17 00:00:00 2001 From: Nelson Jovel Date: Fri, 22 Dec 2023 21:07:27 -0800 Subject: [PATCH] Add setup steps to the readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 77d53d7..c33dba0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ How to use my plugin. Add this line to your application's Gemfile: ```ruby -gem "dashboard" +gem "dashboard", git: "https://github.com/edcommonwealth/Dashboard" ``` And then execute: @@ -16,13 +16,13 @@ And then execute: $ bundle ``` -Or install it yourself as: +And run the migrations: ```bash -$ gem install dashboard +bundle exec rake dashboard:install:migrations ``` ## Contributing Contribution directions go here. ## License -The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). +The gem is available as open source under the terms of the GPL v3 license