Update readme 📓

This commit is contained in:
Dana Woodman 2018-03-03 13:30:38 -08:00
parent 38c0bae242
commit 260685e25d

View File

@ -6,13 +6,7 @@ Powered by a [Tessel][tessel]
Follow the [start guide][start] on [Tessel.io][tessel].
Install `t2-cli` globally:
```bash
npm install -g t2-cli
```
Now install the correct version of node using nvm:
Install the correct version of node using nvm:
```bash
nvm install
@ -20,6 +14,14 @@ nvm use
npm install
```
Now install `t2-cli` globally:
```bash
npm install -g t2-cli
```
Plug your Tessel in.
Now you can deploy to your connected Tessel device:
```bash
@ -66,5 +68,6 @@ t2 ap -n doorlock
* Make sure to format USB to be FAT32!
[jest]: https://facebook.github.io/jest
[start]: http://tessel.github.io/t2-start
[tessel]: http://tessel.io