26 lines
331 B
Markdown
26 lines
331 B
Markdown
|
# FullContact
|
||
|
Short description and motivation.
|
||
|
|
||
|
## Usage
|
||
|
How to use my plugin.
|
||
|
|
||
|
## Installation
|
||
|
Add this line to your application's Gemfile:
|
||
|
|
||
|
```ruby
|
||
|
gem 'full_contact'
|
||
|
```
|
||
|
|
||
|
And then execute:
|
||
|
```bash
|
||
|
$ bundle
|
||
|
```
|
||
|
|
||
|
Or install it yourself as:
|
||
|
```bash
|
||
|
$ gem install full_contact
|
||
|
```
|
||
|
|
||
|
## Contributing
|
||
|
Contribution directions go here.
|