Skip to content

Commit

Permalink
Readme: notes about deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
  • Loading branch information
rwaldron committed Apr 17, 2017
1 parent cd1e2ab commit 76202eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Expand Up @@ -42,17 +42,17 @@ board.on("ready", function() {

## Deploying Your Program To Tessel 2

For testing, deploy to RAM:
For testing and development, run in RAM:

```
t2 run <program file name>
```

When ready for use, deploy to flash:
When your program is ready for deployment, push to flash:


```
t2 run <program file name>
t2 push <program file name>
```


Expand Down

0 comments on commit 76202eb

Please sign in to comment.