From 7ba88a6800a7ae304b39510f639a8111e8278315 Mon Sep 17 00:00:00 2001 From: Zhitao He Date: Fri, 25 Nov 2016 14:59:30 +0100 Subject: [PATCH] correct shell arguments --- examples/zolertia/zoul/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/zolertia/zoul/README.md b/examples/zolertia/zoul/README.md index dbcff3e2a..a44218b3f 100644 --- a/examples/zolertia/zoul/README.md +++ b/examples/zolertia/zoul/README.md @@ -46,7 +46,7 @@ As above to specify a given port use the `PORT=/dev/ttyUSB0` argument. Alternatively you can save the above `PORT`, `TARGET` or `BOARD` as follows: -`export BOARD=/dev/ttyUSB0` +`export TARGET=zoul BOARD=remote-revb PORT=/dev/ttyUSB0` This will save you to type these when running a command on the terminal