Last active
August 29, 2015 14:10
-
-
Save soldair/22604c4de8c1befe01cd to your computer and use it in GitHub Desktop.
install the pinoccio cli on raspi using prebuilt binaries and already downloaded npm modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# note run this as your pi user. | |
wget https://pinocc.io/prebuilt/client-node-pinoccio_0.1.29.tar.gz && tar -xvf client-node-pinoccio_0.1.28.tar.gz && cd pinoccio && npm rebuild && sudo npm link --production |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
takes me 2 minutes to have a working cli