Created
July 20, 2015 18:40
-
-
Save peterdemartini/2de5f2c1e5c5c54935c1 to your computer and use it in GitHub Desktop.
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
npm install meshblu-util -g | |
mkdir -p ~/tmp/devices | |
cd ~/tmp/devices | |
npm init -y | |
npm install meshblu-blink1 | |
cd meshblu-blink1 | |
meshblu-util register -t 'device:blink1' > meshblu.json | |
echo "YAY!!! Device created manually run 'npm start'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment