mirror of
https://github.com/zyphlar/doorlock.git
synced 2024-04-03 21:36:03 +00:00
Update readme 📓
This commit is contained in:
parent
38c0bae242
commit
260685e25d
17
readme.md
17
readme.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user