Reputation: 179
I am developing something on Micro:Bit but I am not able to install MU editor on a Linux machine.
Can someone provide the steps for installing mu editor on a Linux machine?
Upvotes: 0
Views: 1113
Reputation: 9853
cd the_folder_where_mu_was_downloaded
chmod +x mu-0.9.12.linux.bin
sudo usermod -a -G dialout username
./mu-0.9.12.linux.bin
More information available at the source of the instructions
Upvotes: 0