abhiTronix / raspberry-pi-cross-compilers

Latest GCC Cross Compiler & Native (ARM & ARM64) CI generated precompiled standalone toolchains for all Raspberry Pis. 🍇
https://sourceforge.net/projects/raspberry-pi-cross-compilers
GNU General Public License v3.0
594 stars 104 forks source link

Instructions wrong #29

Closed philbowles closed 4 years ago

philbowles commented 4 years ago

I think your instructions are wrong:

1, Update your environment:

sudo apt-get update && dist-upgrade

Should read:

sudo apt update && sudo apt dist-upgrade

abhiTronix commented 4 years ago

Thanks! wiki updated.