From 996ef25b43aa3546d4c54487e6412eec93414124 Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Fri, 26 Feb 2021 10:46:58 -0600 Subject: [PATCH] improve formatting --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 148ffd1..2815487 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,15 @@ git clone https://github.com/Botspot/pi-apps ~/pi-apps/install ``` -The install script ensures YAD is installed, creates two menu buttons, an autostarted updater, and a file (`/usr/local/bin/pi-apps`) that allows pi-apps to be run from terminal. Nothing is modified outside your home directory. +The install script ensures YAD is installed, creates two menu buttons, an autostarted updater, and a file (`/usr/local/bin/pi-apps`) that allows pi-apps to be run from terminal. Besides those, nothing is modified outside your home directory. +
+To uninstall Pi-Apps +To uninstall Pi-Apps: -To uninstall Pi-Apps run `sudo rm //usr/local/bin/pi-apps && rm -r //home/pi/pi-apps` +``` +~/pi-apps/uninstall +``` +
## To run Pi-Apps Menu -> Accessories -> Pi Apps, or run `pi-apps` in a terminal. Run Pi-Apps from its directory with `~/pi-apps/gui`.