Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Commit

Permalink
add oneliner OSX install with node binary
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Dec 7, 2012
1 parent 024abc7 commit 21f2c65
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@

## Installation

With [node](http://nodejs.org) previously installed:

$ npm install -g component
With node binary on OSX:

$ (cd /usr/local && \
curl -L# http://nodejs.org/dist/v0.8.15/node-v0.8.15-darwin-x86.tar.gz \
| tar -zx --strip 1) \
&& npm install -g component \
&& printf "installed component(1) %s\n" $(component --version)


## Features

Expand Down

0 comments on commit 21f2c65

Please sign in to comment.