mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
Add setup steps to the readme
This commit is contained in:
parent
d1e6fb1e39
commit
99c53f7355
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue