From 222396e3a5097d07b1aea4fe4ec7e429335d161b Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Thu, 3 Apr 2014 00:57:55 +0200 Subject: [PATCH] Add more sections (fork, contributing, etc.) --- README.md | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4fdaf1..b95639e 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,36 @@ or apt-get install ruby-qt4 -Alternatives +Installation ------------ -* [Mountoid](http://kde-apps.org/content/show.php/Mountoid?content=115943) +Add this line to your application's Gemfile: + + gem 'qasim' + +And then execute: + + $ bundle + +Or install it yourself as: + + $ gem install qasim + + +Usage +----- + +TODO: Write usage instructions here + + +Contributing +------------ + +1. Fork it ( http://github.com/glenux/qasim/fork ) +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 Copyright & License @@ -47,3 +73,9 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . + +Alternatives +------------ + +* [Mountoid](http://kde-apps.org/content/show.php/Mountoid?content=115943) +