From 35c2f2fb98c16baecd0756fa8e568ba3458cb2a3 Mon Sep 17 00:00:00 2001 From: Aaron Murray Date: Sun, 29 Sep 2019 19:50:19 -0500 Subject: [PATCH] add to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d461e8d..b427e83 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # installScript +# install the script's requistite +apt-get install wget lsb_release sudo + +# download script and execute wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash