Errors fixed

This commit is contained in:
kentosama 2020-08-16 09:54:24 +02:00
parent fd3eb3ae76
commit 4ee8c80281

View file

@ -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
```