From 53390dda725661283b7f0ab788a48f333f606fbc Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:18:08 +1100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f5ff143..8768b3f 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,13 @@ ### Download the script 2. Save the download zip file to a folder on the Synology. - Do ***NOT*** save the script to a M.2 volume. After a DSM or Storage Manager update the M.2 volume won't be available until after the script has run. 3. Unzip the zip file. + +Or via SSH as your regular user: ``` -cd /usr/local -sudo wget https://github.com/007revad/Synology_HDD_db/archive/refs/heads/main.zip -O syno_hdd_db.zip -sudo 7z x syno_hdd_db.zip -o/usr/local/Synology_HDD_db -cd Synology_HDD_db && ls -ali +cd $HOME +wget https://github.com/007revad/Synology_HDD_db/archive/refs/heads/main.zip -O syno_hdd_db.zip +7z x syno_hdd_db.zip +cd Synology_HDD_db-main && ls -ali ``` ### Required files