diff --git a/README.md b/README.md index d638139..45234b6 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,10 @@ The installer will need administrator privileges which it should ask for when ru ./openmv-ide-windows-*.exe --al --am -c in +And uninstall: + + ./OpenMVIDEUninst.exe --am -c pr + ### Linux Note: `libxcb-xinerama0` may be required for the installer to run. @@ -93,12 +97,20 @@ Note: `libxcb-xinerama0` may be required for the installer to run. cd ./setup.sh +And uninstall: + + sudo ./OpenMVIDEUninstaller --am -c pr + Alternatively, the installer is a tar file with a setup script: tar -xzvf openmv-ide-linux-x86_64-*.tar.gz cd openmv-ide ./setup.sh +And uninstall: + + rm -rf openmv-ide + ### Mac The installer is a DMG with the app inside of it: @@ -107,6 +119,10 @@ The installer is a DMG with the app inside of it: sudo cp -rf /Volumes/OpenMV\ IDE/OpenMV\ IDE.app /Applications sudo hdiutil detach /Volumes/OpenMV\ IDE +And uninstall: + + sudo rm -rf /Applications/OpenMV\ IDE.app + ### RaspberryPi The installer is a tar file with a setup script: @@ -115,6 +131,10 @@ The installer is a tar file with a setup script: cd openmv-ide ./setup.sh +And uninstall: + + rm -rf openmv-ide + ## Contributing to the project Contributions are most welcome. If you are interested in contributing to the project, start by creating a fork of each of the following repositories: