1
0
mirror of https://github.com/renbaoshuo/UOJ-Luogu-RemoteJudge.git synced 2024-09-08 00:25:27 +00:00

chore: hint to change npm mirror if takes too long time

This commit is contained in:
Baoshuo Ren 2023-03-22 16:09:55 +08:00
parent 8ce9cea557
commit e8e9ec8301
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -65,9 +65,11 @@ insert into judger_info (judger_name, password) values ('luogu_remote_judger', '
切换到 `luogu_remote_judger` 目录,运行以下命令:
```bash
npm ci
npm install
```
_运行该命令时需要联网下载依赖如果花费时间过长请更换 npm 镜像源。_
之后使用以下命令启动桥接评测机(将 `_judger_password_` 修改为上方配置的密码):
```bash