Minor reworking of the readme.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Fri, 16 Mar 2012 23:01:13 +0000 (23:01 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Fri, 16 Mar 2012 23:01:13 +0000 (23:01 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1103 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/README.txt

index fa0e8f6..db13b4b 100644 (file)
@@ -2,7 +2,7 @@ GoodFET Firmware
 by Travis Goodspeed <travis at radiantmachines.com>
 and some good neighbors.
 
 by Travis Goodspeed <travis at radiantmachines.com>
 and some good neighbors.
 
-Set \$GOODFET to be the port of your GoodFET, such as
+Set $GOODFET to be the port of your GoodFET, such as
 export GOODFET=/dev/cu.usbserial-*      #Darwin
 export GOODFET=/dev/ttyUSB*             #Linux (Default)
 
 export GOODFET=/dev/cu.usbserial-*      #Darwin
 export GOODFET=/dev/ttyUSB*             #Linux (Default)
 
@@ -11,5 +11,5 @@ board=goodfet31 make clean install
 board=goodfet41 make clean install
 board=telosb make clean install
 
 board=goodfet41 make clean install
 board=telosb make clean install
 
-We require at least msp430-gcc-4.4.5, but older versions should work
-if you're lucky.
+We require at least msp430-gcc-4.4.5, but older versions might work if
+you're lucky.