Add this line to your application's Gemfile:
gem 'zero_push'
And then execute:
$ bundle
Or install it yourself as:
$ gem install zero_push
Generate the ZeroPush initializer if you are using Ruby on Rails.
$ rails g zero_push:install
For more documentation, check our Getting Started Guide with ZeroPush
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Write tests for your feature
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request