Skip to content

Commit 14a130c

Browse files
committed
Merge branch 'master' of github.com:ttrftech/NanoVNA
2 parents b2f2ec3 + 856a9ae commit 14a130c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Install cross tools and firmware updating tool.
3636
Download arm cross tools from [here](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads).
3737

3838
$ wget https://developer.arm.com/-/media/Files/downloads/gnu-rm/8-2018q4/gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2
39-
$ sudo tar xfj -C /usr/local gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2
39+
$ sudo tar xfj gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2 -C /usr/local
4040
$ PATH=/usr/local/gcc-arm-none-eabi-8-2018-q4-major/bin:$PATH
4141
$ sudo apt install -y dfu-util
4242

0 commit comments

Comments
 (0)