Updating docs
This commit is contained in:
parent
e171dafb2c
commit
d085b92630
@ -4,8 +4,8 @@ Qwandry, a questionable tool
|
|||||||
Why spend time trying to remember where libraries, projects, and packages are
|
Why spend time trying to remember where libraries, projects, and packages are
|
||||||
lurking when your computer can do it faster?
|
lurking when your computer can do it faster?
|
||||||
|
|
||||||
qw activerecord # open the activerecord gem
|
qw activerecord # opens the activerecord gem in your editor
|
||||||
qw matrix # open the ruby standard library matrix file
|
qw matrix # opens ruby's matrix class in your editor
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
@ -13,9 +13,6 @@ Qwandry is a standard ruby gem, on any system with ruby installed already
|
|||||||
simply install with:
|
simply install with:
|
||||||
|
|
||||||
gem install qwandry
|
gem install qwandry
|
||||||
|
|
||||||
The gem will install the most recent version of Qwandry, and add the `qw`
|
|
||||||
script to your `PATH`.
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
@ -24,6 +21,10 @@ default Qwandry is set up for locating and editing ruby libraries.
|
|||||||
|
|
||||||
qw date # opens ruby's date library
|
qw date # opens ruby's date library
|
||||||
|
|
||||||
|
Want to use Qwandry with Python, Perl, or other languages?
|
||||||
|
|
||||||
|
qw --customize
|
||||||
|
|
||||||
Contact
|
Contact
|
||||||
-------
|
-------
|
||||||
Adam Sanderson, netghost@gmail.com
|
Adam Sanderson, netghost@gmail.com
|
||||||
|
Loading…
Reference in New Issue
Block a user