From 85a0ed90c1ec567383ea8b6843870053c7d11c19 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Sun, 28 May 2023 14:33:45 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f89ec0f..420aab0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ - -Use command ' wget https://github.com/mtan93/webmin-install-ubuntu/raw/master/webmin-install.sh && chmod +x webmin-install.sh && ./webmin-install.sh ' - +Use command: +``` +sudo curl https://raw.githubusercontent.com/mtan93/webmin-install-ubuntu/master/webmin-install.sh | bash +```