From 22e40684955e3245f0b268dec2abbc337f16dc9b Mon Sep 17 00:00:00 2001 From: Adam Sanderson Date: Thu, 30 Dec 2010 13:13:49 -0700 Subject: [PATCH] Updating Readme for 0.1.0 --- README.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.markdown b/README.markdown index fd1fa6e..e048db3 100644 --- a/README.markdown +++ b/README.markdown @@ -8,6 +8,12 @@ lurking when your computer can do it faster? qw rails # will ask you which version of rails you want to open qw activerec 3.1 # will find the gem activerecord 3.1 and open it +You can also use Qwandry with other common languages: + + qw -r python numpy # opens python's numpy library + qw -r perl URI # open perl's URI library + qw -r node express # open express if it is installed for node + Installation ------------ Qwandry is a standard ruby gem, on any system with ruby installed already