From 55b01ef5fdfa7878b0f337591dd24f9811d84aea Mon Sep 17 00:00:00 2001 From: Shravika Mittal Date: Wed, 5 Jul 2017 17:24:41 +0530 Subject: [PATCH] t2 init added --- blinky.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blinky.md b/blinky.md index 884fdc8..709d0c0 100644 --- a/blinky.md +++ b/blinky.md @@ -18,6 +18,8 @@ In your command line, make a folder for your Tessel code, then initialize a Tess `t2 init` +Have a look at [the cli docs](https://tessel.gitbooks.io/t2-docs/content/API/CLI.html#starting-projects) to explore `t2 init` command. + Great! Now you're set up to run code on Tessel. Your "tessel-code" folder now contains: * a "package.json" with some metadata Node uses for your project