README.md in imsg-0.0.2 vs README.md in imsg-0.0.3

- old
+ new

@@ -1,32 +1,67 @@ # imsg -Tired of getting off your terminal screen to answer that dickheads friends of yours? -Now you can curse them right on the terminal! +Tired of getting off your terminal screen to answer those dickhead friends of yours? +Now you can curse them right from the terminal! ## Installation -Add this line to your application's Gemfile: +It is easy as: - gem 'imsg' +```bash +$ gem install imsg +``` -And then execute: +## Usage - $ bundle +```bash +$ imsg HELLOOO FROM TERMINAL +``` -Or install it yourself as: +Then select a number corresponding to the person you wish to message - $ gem install imsg + To which chat you wanna send your message? + (You can choose a number or type a buddy name/email) + 1 - Christian Sampaio + 2 - Linus Torvalds + 3 - Tim Berners Lee + 4 - Steve Wozniak + 5 - Sergey Brin + 6 - Larry Page +```bash +$ 4 +``` -## Usage +## Common problems +###Using special characters +If you wanna use special characters like parentheses, brackets or quotes you need to escape it. i.e.: +```bash +$ imsg HELLOOO FROM TERMINAL \(ESCAPIIING\) +``` +or +```bash +$ imsg "HELLOOO FROM TERMINAL (ESCAPIIING)" +``` -imsg HELLLO FROM TERMINAL +###Not having write permissions: +If you don't have write access to your Ruby folder: + +```bash +$ sudo gem install imsg +``` + + ## Contributing 1. Fork it ( http://github.com/chrisfsampaio/imsg/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 + +## Contact +christian.fsampaio@gmail.com +http://chrisfsampaio.github.io + #<3