install command had an extra $ at the first of the line

This commit is contained in:
Jay 2025-06-06 14:59:51 +03:30 committed by GitHub
parent 97acba4c53
commit b389317981
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@
## Быстрый старт
```
$ bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)
bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)
```
Полную документацию смотрите в [вики проекта](https://github.com/MHSanaei/3x-ui/wiki).