Update Linux/Dashy/README.md
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
# How to install Dashy on AlmaLinux
|
# How to install Dashy on AlmaLinux
|
||||||
|
|
||||||
|
## Installation
|
||||||
```bash
|
```bash
|
||||||
dnf update -y && dnf install -y git tar
|
dnf update -y && dnf install -y git tar
|
||||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
|
||||||
@@ -26,4 +27,7 @@ WantedBy=multi-user.target
|
|||||||
EOF
|
EOF
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
systemctl -q --now enable dashy
|
systemctl -q --now enable dashy
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Access
|
||||||
|
http://ipadress:4000
|
||||||
Reference in New Issue
Block a user