Skip to content

Instantly share code, notes, and snippets.

@soldair
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soldair/22604c4de8c1befe01cd to your computer and use it in GitHub Desktop.
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
# 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
@soldair
Copy link
Author

soldair commented Dec 5, 2014

takes me 2 minutes to have a working cli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment