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?
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