From cdf9f8772b0533a68984b7b053707cf029b48429 Mon Sep 17 00:00:00 2001
From: 007revad <39733752+007revad@users.noreply.github.com>
Date: Sun, 26 Feb 2023 14:55:13 +1100
Subject: [PATCH] Update README.md
---
README.md | 47 +++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 45 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index c7c30bf..90a80a5 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,45 @@
-# Synology_HDD_db
-Add your HDD, SSD and NVMe drives to your Synology's compatible drive database
+# Synology HDD db
+
+
+
+### Description
+
+Add your HDD, SSD and NVMe drives to your Synology's compatible drive database.
+
+The script works in DSM 7 and DSM 6.
+
+#### What the script does:
+
+* Gets a list of the HDDs, SSDs and NVMe drives installed in your Synology NAS.
+* Gets each drive's model number and firmware version.
+* Checks if each drive is already in the Synology's compatible-drive database.
+* Adds any missing drives to the Synology's compatible-drive database.
+
+
+**Planned updates:**
+* Detect any connected expansion units and get the model(s) and edit the correct expansion unit db files.
+ * Or add support for users to specify their expansion unit model(s) as arguments.
+ * Or maybe use the shotgun approach and update all expansion unit db files.
+* Add support for SAS drives? Are SAS drives listed as /dev/sata# or /dev/sas# ?
+
+#### Running the script
+
+You can either run the script in a shell, or add a "User defined script" task to Synology's Task Scheduler to run as root.
+
+```YAML
+sudo /path-to-script/syno_hdd_db.sh
+```
+
+

