guo-yu / btc

a command-line bitcoin price board for geeks
MIT License
389 stars 73 forks source link

How do I install on os x? #11

Closed nowlnowl closed 10 years ago

nowlnowl commented 10 years ago

There is no homebrew formula and I don't know how to install it. Can anyone point me in the right direction?

guo-yu commented 10 years ago

it's quite simple:

  1. install node and npm via Nodejs.org Downloads, just choose your pkg
  2. open a terminal and exec [sudo] npm install btc -g, btw, sudo is optional

wish you have fun!

nowlnowl commented 10 years ago

Thank you! It works perfect now!