Skip to content

Commit

Permalink
fix typo in path
Browse files Browse the repository at this point in the history
  • Loading branch information
mkresin committed Dec 4, 2015
1 parent ce84bcf commit fc69b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
You will find the precompiled version of the x86 toolchain from the TD-W8970 GPL tarball at the [releases section](https://github.com/mkresin/u-boot/releases).

```shell
export PATH=/your/path/to/toolchain-mips_r2_gcc-4.3.3+cs_uClibc-0.9.30.1_2_6_3/usr/bin/:$PATH
export PATH=/your/path/to/toolchain-mips_r2_gcc-4.3.3+cs_uClibc-0.9.30.1_2_6_32/usr/bin/:$PATH
export ARCH=mips
export CROSS_COMPILE=mips-linux-

Expand Down

0 comments on commit fc69b28

Please sign in to comment.