chore/player-parsers: add missing step for pm2

This commit is contained in:
Kentai Radiquum 2025-05-30 01:25:12 +05:00
parent 631936b022
commit 23da153e65
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 4 additions and 2 deletions

View file

@ -94,7 +94,8 @@
1. Клонируйте репозиторий `git clone https://github.com/Radiquum/AniX`
2. Переместитесь в директорию репозитория `cd AniX`
3. Переместитесь в директорию парсеров `cd player-parsers`
4. Выполните команду `pm2 start index.ts -n anix-player-parser`
4. Выполните команду `npm install`
5. После окончания, Выполните команду `pm2 start index.ts -n anix-player-parser`
### Обозначения

View file

@ -94,7 +94,8 @@ Instructions:
1. Clone the repository `git clone https://github.com/Radiquum/AniX`
2. Navigate to the repository directory `cd AniX`
3. Navigate to the parsers directory `cd player-parsers`
4. Run the command `pm2 start index.ts -n anix-player-parser`
4. Run the command `npm install`
5. Once finished, Run the command `pm2 start index.ts -n anix-player-parser`
### Legend