Skip to content
This repository was archived by the owner on Nov 3, 2019. It is now read-only.

Commit 0359856

Browse files
committed
docs: fix sudo error
1 parent df6568d commit 0359856

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ Quick start
5454

5555
* For TivaC launchpad::
5656

57-
tcore --sudo flash
57+
tcore flash --sudo
5858

5959
* For old STM32F407G-DISC boards, with STLINK/V2::
6060

61-
tcore --sudo flash
61+
tcore flash --sudo
6262

6363
* For new STM32F407G-DISC1 boards, with STLINK/V2.1::
6464

65-
tcore --sudo flash --debugger-config stlink-v2.1
65+
tcore flash --sudo --debugger-config stlink-v2.1
6666

6767
#. Observe LEDs blinking on your board.
6868

0 commit comments

Comments
 (0)