From 260685e25dd940f61bc0e7fed977534c16c46f2b Mon Sep 17 00:00:00 2001 From: Dana Woodman Date: Sat, 3 Mar 2018 13:30:38 -0800 Subject: [PATCH] =?UTF-8?q?Update=20readme=20=F0=9F=93=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index cc8d343..1d24ad5 100644 --- a/readme.md +++ b/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