mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-15 01:35:54 -07: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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue