From 63bd217f89dc22c993631b28a59b8e928251eac6 Mon Sep 17 00:00:00 2001 From: Ugga <42067940+Ugga-the-Caveman@users.noreply.github.com> Date: Mon, 23 Nov 2020 14:47:49 +0100 Subject: [PATCH] make install section in readme a bit clearer --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 43d07b8..402f13c 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,14 @@ If using Ubuntu, you will likely see an error about `e2fsck` being out of date a ## Installation ## +Download the script and make it executable. ```bash wget https://raw.githubusercontent.com/Drewsif/PiShrink/master/pishrink.sh chmod +x pishrink.sh +``` +Now move the script to a directory, wich is in your PATH variable. +If you do not do that, you have to use the full path to execute this script. +```bash sudo mv pishrink.sh /usr/local/bin ```