From 2ac58169ae492aace8cdb4c1959f7f2a552d666d Mon Sep 17 00:00:00 2001 From: admManuel Date: Sat, 27 Jan 2024 09:46:01 +0000 Subject: [PATCH] Update Linux/Dashy/README.md --- Linux/Dashy/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Linux/Dashy/README.md b/Linux/Dashy/README.md index 76bb7f9..2b20159 100644 --- a/Linux/Dashy/README.md +++ b/Linux/Dashy/README.md @@ -1,5 +1,6 @@ # How to install Dashy on AlmaLinux +## Installation ```bash dnf update -y && dnf install -y git tar curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash @@ -26,4 +27,7 @@ WantedBy=multi-user.target EOF systemctl daemon-reload systemctl -q --now enable dashy -``` \ No newline at end of file +``` + +## Access +http://ipadress:4000 \ No newline at end of file