Skip to content

Commit

Permalink
Errors fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kentosama committed Aug 16, 2020
1 parent fd3eb3a commit 4ee8c80
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
Expand Up @@ -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
```

Expand Down

0 comments on commit 4ee8c80

Please sign in to comment.