Skip to content

Commit 3382e75

Browse files
authored
syntax highlighting
1 parent 700a930 commit 3382e75

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@ To get started quickly, here's a simple script to fetch the build script, flag i
1313
This is the main script to build MicroPython for the ESP8266
1414

1515
Usage:
16-
./build_esp8266.sh [OPTION]
16+
`./build_esp8266.sh [OPTION]`
1717

1818
OPTIONS (note the change to lower case, and addtion of --prefix since last release!)
1919

20-
--help
20+
`--help`
2121
show this help. Source will be placed in ~/workspace/ directory.
2222

23-
--full
24-
Update OS and installed apps, download latest esp-open-sdk and micropython, build everything, erase and upload new binary to /dev/ttyUSB0
23+
`--full`
24+
Update OS and installed apps, download latest esp-open-sdk and micropython, build everything, erase and upload new binary to `/dev/ttyUSB0` (or `/dev/ttyS0` for WSL)
2525

26-
--make-only
26+
`--make-only`
2727
Download latest esp-open-sdk and micropython, build everything.
2828

29-
--MAKE-ONLY-ESP8266
29+
`--MAKE-ONLY-ESP8266`
3030
Download latest micropython and build (skip esp-open-sdk).
3131

32-
--RUN-TESTS
32+
`--RUN-TESTS`
3333
Run the esp8266 test script
3434

35-
--FLASH-ONLY
35+
`--FLASH-ONLY`
3636
Only writing existing flash to device. (no updates, no build)
3737

3838

0 commit comments

Comments
 (0)