Installation steps

On RaspberryPi it is important that you add two lines to config.txt and restart:
			gpu_mem=128
			dtoverlay=vc4-kms-v3d
			
			(If you are experiancing instability then also add these lines)
			dtparam=eee=off
			arm_freq=1200
			sdram_freq=450


1. Create subdirectory in your HOME directory

2. Copy 'PlanetCNCRPi_<version>.zip' to subdirectory

3. Extract 'PlanetCNCRPi_<version>.zip' using: 
			unzip PlanetCNCRPi_*.zip
	
4. Run installation script using:
			sh install.sh
			
5. You will need to type your 'sudo' password.



Notes:
If you hate message about 'executable script' when you double click desktop icon:
1. Open 'File Manager'
2. Click on the menu bar 'Edit'->'Preferences'
3. It should be showing the 'General' preferences at this point with 'Behavior' at the top of the options.
4. Make sure the checkbox for 'Don't ask options on launch executable file' is CHECKED





