diff --git a/docs/uninstall.md b/docs/uninstall.md new file mode 100644 index 000000000..4cc7bef5d --- /dev/null +++ b/docs/uninstall.md @@ -0,0 +1,14 @@ +Uninstall LibreTime +------------------- + +Hopefully it wasn't something that we did, but if you need to uninstall LibreTime for +any reason, cd to the directory of the installer and run `sudo ./uninstall` and follow the prompts. +If allowed, the installer will **permanently** delete all databases and uploaded content relative to +LibreTime. + +If it was something we did, please open an issue request on our Github page, located +[here](https://github.com/LibreTime/libretime/issues). + +Until we meet again, best of luck. + +<3 The LibreTime team diff --git a/mkdocs.yml b/mkdocs.yml index ae71cdda1..e824fc8c4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -84,3 +84,4 @@ pages: - 'Appendix': - 'HD Audio Models': manual/hd-audio-models/index.md - 'About This Manual': manual/about-this-manual/index.md + - 'Uninstall LibreTime': uninstall.md