Add setup steps to the readme

This commit is contained in:
Nelson Jovel 2023-12-22 21:07:27 -08:00
parent d1e6fb1e39
commit 99c53f7355

View file

@ -8,7 +8,7 @@ How to use my plugin.
Add this line to your application's Gemfile: Add this line to your application's Gemfile:
```ruby ```ruby
gem "dashboard" gem "dashboard", git: "https://github.com/edcommonwealth/Dashboard"
``` ```
And then execute: And then execute:
@ -16,13 +16,13 @@ And then execute:
$ bundle $ bundle
``` ```
Or install it yourself as: And run the migrations:
```bash ```bash
$ gem install dashboard bundle exec rake dashboard:install:migrations
``` ```
## Contributing ## Contributing
Contribution directions go here. Contribution directions go here.
## License ## 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