From e8e9ec83010ac8934d19ae60ec636fe2d3bb41e2 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Wed, 22 Mar 2023 16:09:55 +0800 Subject: [PATCH] chore: hint to change npm mirror if takes too long time --- INSTALLATION.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 466d037..d316a7b 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -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