diff options
| author | Jay <130910450+jalalsaberi@users.noreply.github.com> | 2025-06-10 18:47:31 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-10 18:47:31 +0300 |
| commit | d9922d93af64c30a40d855f0eed142f49e8b583a (patch) | |
| tree | 3eef357083a39f5da39386a227db01b2fc6e56b8 /README.md | |
| parent | c7d315f8484caa9db87886e9c16535e92662831f (diff) | |
chore: update the installation command (#3069)
* install command had an extra $ at the first of the line
* install command had an extra $ at the first of the line
* install command had an extra $ at the first of the line
* install command had an extra $ at the first of the line
* install command had an extra $ at the first of the line
* install command had an extra $ at the first of the line
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ As an enhanced fork of the original X-UI project, 3X-UI provides improved stabil ## Quick Start ```bash -$ 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) ``` For full documentation, please visit the [project Wiki](https://github.com/MHSanaei/3x-ui/wiki). @@ -53,4 +53,4 @@ For full documentation, please visit the [project Wiki](https://github.com/MHSan ## Stargazers over Time -[](https://starchart.cc/MHSanaei/3x-ui)
\ No newline at end of file +[](https://starchart.cc/MHSanaei/3x-ui) |
