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].
|
Follow the [start guide][start] on [Tessel.io][tessel].
|
||||||
|
|
||||||
Install `t2-cli` globally:
|
Install the correct version of node using nvm:
|
||||||
|
|
||||||
```bash
|
|
||||||
npm install -g t2-cli
|
|
||||||
```
|
|
||||||
|
|
||||||
Now install the correct version of node using nvm:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nvm install
|
nvm install
|
||||||
|
@ -20,6 +14,14 @@ nvm use
|
||||||
npm install
|
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:
|
Now you can deploy to your connected Tessel device:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -66,5 +68,6 @@ t2 ap -n doorlock
|
||||||
|
|
||||||
* Make sure to format USB to be FAT32!
|
* Make sure to format USB to be FAT32!
|
||||||
|
|
||||||
|
[jest]: https://facebook.github.io/jest
|
||||||
[start]: http://tessel.github.io/t2-start
|
[start]: http://tessel.github.io/t2-start
|
||||||
[tessel]: http://tessel.io
|
[tessel]: http://tessel.io
|
||||||
|
|
Loading…
Reference in New Issue
Block a user