Update _index.en.md

This commit is contained in:
RustDesk 2024-09-13 18:46:43 +08:00 committed by GitHub
parent 02809dd13c
commit 61c4d738c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,7 @@ We suggest you use [PM2](https://pm2.keymetrics.io/) for managing your service.
Run hbbs/hbbr without PM2. Run hbbs/hbbr without PM2.
```sh ```sh
./hbbs -r <relay-server-ip[:port]> ./hbbs
./hbbr ./hbbr
``` ```
@ -82,7 +82,7 @@ Run hbbs/hbbr without PM2.
Run hbbs/hbbr with PM2. Run hbbs/hbbr with PM2.
```sh ```sh
pm2 start hbbs -- -r <relay-server-ip[:port]> pm2 start hbbs
pm2 start hbbr pm2 start hbbr
``` ```