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:
```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