make install section in readme a bit clearer

This commit is contained in:
Ugga 2020-11-23 14:47:49 +01:00 committed by GitHub
parent 2b6afa184e
commit 63bd217f89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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
```