Errors fixed
This commit is contained in:
parent
fd3eb3ae76
commit
4ee8c80281
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ $ sudo cp -R m68k-toolchain /opt
|
|||
If you want, add the Motorola 68000 toolchain to your path environment:
|
||||
|
||||
```bash
|
||||
$ echo export PATH="${PATH}:/opt/m68k-toolchain/bin" > ~/.bashrc
|
||||
$ echo export PATH="${PATH}:/opt/m68k-toolchain/bin" >> ~/.bashrc
|
||||
$ source ~/.bash_profile
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue