Rewrite step 2 options & Fix blank space typo

This commit is contained in:
Fausto Gutierrez 2023-03-09 13:31:14 +01:00 committed by GitHub
parent 86dd45b4b3
commit cd5101e7b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,14 +28,18 @@ Los requisitos de hardware son muy bajos, la configuración mínima del servidor
### PASO-2: Ejecute hbbs y hbbr en el servidor ### PASO-2: Ejecute hbbs y hbbr en el servidor
Ejecute hbbs/hbbr en su servidor (Centos o Ubuntu). Le sugerimos que utilice [pm2](https://pm2.keymetrics.io/) administrar su servicio. Le sugerimos que use [pm2](https://pm2.keymetrics.io/) para administrar su servicio.
#### Opción 1
Ejecute hbbs/hbbr sin usar pm2
``` ```
./hbbs -r <relay-server-ip[:port]> ./hbbs -r <relay-server-ip[:port]>
./hbbr ./hbbr
``` ```
o ejecute hbbs/hbbr con pm2 #### Opción 2
Ejecute hbbs/hbbr usando pm2
``` ```
pm2 start hbbs -- -r <relay-server-ip[:port]> pm2 start hbbs -- -r <relay-server-ip[:port]>