From d085b926309a3272bf2a1f2a48172a0c3916ab74 Mon Sep 17 00:00:00 2001 From: Adam Sanderson Date: Fri, 19 Nov 2010 13:55:03 -0800 Subject: [PATCH] Updating docs --- README.markdown | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index e06a42f..a284e59 100644 --- a/README.markdown +++ b/README.markdown @@ -4,8 +4,8 @@ Qwandry, a questionable tool Why spend time trying to remember where libraries, projects, and packages are lurking when your computer can do it faster? - qw activerecord # open the activerecord gem - qw matrix # open the ruby standard library matrix file + qw activerecord # opens the activerecord gem in your editor + qw matrix # opens ruby's matrix class in your editor Installation ------------ @@ -13,9 +13,6 @@ Qwandry is a standard ruby gem, on any system with ruby installed already simply install with: gem install qwandry - -The gem will install the most recent version of Qwandry, and add the `qw` -script to your `PATH`. Usage ----- @@ -24,6 +21,10 @@ default Qwandry is set up for locating and editing ruby libraries. qw date # opens ruby's date library +Want to use Qwandry with Python, Perl, or other languages? + + qw --customize + Contact ------- Adam Sanderson, netghost@gmail.com