From 459591b9ddfb536baffca3b54876fd2768c1e9a4 Mon Sep 17 00:00:00 2001 From: slashtechno <77907286+slashtechno@users.noreply.github.com> Date: Thu, 25 Feb 2021 17:43:51 -0600 Subject: [PATCH] Update README.md Co-authored-by: Itai Nelken <70802936+Itai-Nelken@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb19153..148ffd1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ git clone https://github.com/Botspot/pi-apps ~/pi-apps/install ``` -The install script ensures YAD is installed, creates two menu buttons, and an autostarted updater. Nothing is modified outside your home directory execpt one file to allow `pi-apps` in a terminal. +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. To uninstall Pi-Apps run `sudo rm //usr/local/bin/pi-apps && rm -r //home/pi/pi-apps`