From d2908a8048dbe4602b996fdbfa6277dce993d861 Mon Sep 17 00:00:00 2001 From: Stefan Cosma Date: Fri, 21 Apr 2023 10:25:50 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b7e9e3..3b77906 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,12 @@ In other words it's a small Python script that clears any number of Plex Media S ## Installation -### Single command +### Recommended Run this command in your terminal ```bash - bash <(curl -s https://raw.githubusercontent.com/stefanbc/Plexorcist/main/plexorcist.install.sh) + wget -O - https://raw.githubusercontent.com/stefanbc/Plexorcist/main/plexorcist.install.sh | bash ``` ### Manually