Sha256: cfe72a348b898d158192a10285b7db0ca1b003b3430bc5830b89b6d5937631cd
Contents?: true
Size: 592 Bytes
Versions: 2
Compression:
Stored size: 592 Bytes
Contents
# gns GitHub personalized feed Notification Service use Mountain Lion Notification Center. ## Installation Or install it yourself as: ``` $ gem install gns ``` ## Usage 1. `rake build` & `gem install pkg/gns.gem` 1. copy from sample/gnsrc to ~/.gncrc 2. edit private atom at gncrc ## Usage ### Start ``` $ gns ``` ### Stop ``` $ gns stop ``` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gns-0.0.2 | README.md |
gns-0.0.1 | README.md |