Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 232 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 232 Bytes

LikeBox

See [http://www.likebox.io]

Installation node.js sur Raspberry Pi :

sudo wget http://node-arm.herokuapp.com/node_latest_armhf.deb
sudo dpkg -i node_latest_armhf.deb

Vérification :

node -v
npm -v