Skip to content

Commit

Permalink
install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vertiginous committed Jun 16, 2010
1 parent f6f8975 commit e5634e2
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.rdoc
Expand Up @@ -52,31 +52,31 @@ Windows, more than one version of Ruby (otherwise, what's the point?) and Rubyge

You can install pik via rubygems, or the Windows installer.

* *install pik using rubygems*
=== Install pik using rubygems

>gem install pik
...

Successfully installed pik-0.2.6
1 gem installed

After the gem is installed, you can use the 'pik_install' script to install the pik executable. Install pik to a location that's in your path, but someplace other than your ruby\bin dir. For instance, the directory C:\bin is in my path:
After the gem is installed, you can use the 'pik_install' script to install the pik executable. Install pik to a location that's in your path, but someplace other than your ruby\bin dir. For instance, the directory C:\bin is in my path:

>path
PATH=c:\bin;C:\Program Files\Windows Resource Kits\Tools\;c:\ruby\Ruby-186-p383\bin;
So I run:
>path
PATH=c:\bin;C:\Program Files\Windows Resource Kits\Tools\;c:\ruby\Ruby-186-p383\bin;

So I run:

>pik_install C:\bin
Thank you for using pik.
>pik_install C:\bin
Thank you for using pik.

Installing to C:\bin

...

Installing to C:\bin

...

pik is installed
pik is installed

* *install pik using rubygems*
=== Install pik using the installer

If you want to install to a machine that doesn't have Ruby installed yet, you can download the latest msi file from github[http://github.com/vertiginous/pik/downloads]. Or, just run:

Expand Down

0 comments on commit e5634e2

Please sign in to comment.