mirror of
https://github.com/Radiquum/AniX.git
synced 2025-06-05 11:39:36 +05:00
chore/player-parsers: add missing step for pm2
This commit is contained in:
parent
631936b022
commit
23da153e65
2 changed files with 4 additions and 2 deletions
|
@ -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`
|
||||
|
||||
### Обозначения
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue