TODO: Write a gem description
Add this line to your application's Gemfile:
gem 'magellan-cli'
And then execute:
$ bundle
Or install it yourself as:
$ gem install magellan-cli
update references
dir in this repository.
bundle exec rake reference
update references
dir in devcenter repository
bundle exec rake reference:devcenter
then check the references updated.
After check the pages, you can commit the .md files to magellan-devcenter.github.io repogitory.
- Fork it ( https://github.com/[my-github-username]/magellan-cli/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request