Readme.md in gram-0.2.0 vs Readme.md in gram-0.3.0

- old
+ new

@@ -27,20 +27,37 @@ To bootstrap a new gem, type this: $ gram gem create my_gem -By default, the new gem will be using Minitest & Mocha. If you prefer RSpec: +By default, the new gem will be using Minitest/Spec & Mocha. If you prefer RSpec: $ gram gem create my_gem --rspec And if you want to create a Rails extension or anything requiring ActiveRecord, just use the `--rails` option: $ gram gem create my_gem --rails This will add the required dependencies and enable the test suite to use ActiveRecord with in-memory sqlite :) + +##SSH component + +Put your peers in your `.gramrc`: + + token: 289347287365872whatever + peers: + john: 192.168.1.43 + jimmy: 192.168.1.99 + +To paste your clipboard's content to your peer's: + + $ gram ssh paste john + +You can also broadcast your clipboard's content to all your peers: + + $ gram ssh broadcast ## Copyright Copyright (c) 2011 Codegram. See LICENSE for details.