Skip to content

Commit

Permalink
Update hydro.md (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-moe authored Oct 13, 2023
1 parent 6c02dc4 commit f457255
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/project/hydro.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ LANG=zh . <(curl https://hydro.ac/setup.sh)

使 Hydro 接入洛谷开放平台,您需要进行以下操作:

1. 使用 `hydrooj install @hydrooj/vjudge && hydrooj install https://cdn.luogu.com.cn/lgapi/hydro/hydroplugin-luogu-0.0.1.tgz` 安装相关模块。
2. 使用 `hydrooj cli luogu importProblem` 导入题库。
3. 使用 `hydrooj cli luogu addAccount <token>` 设置账号。
4. 重启 Hydro 进程(`pm2 restart hydrooj`)。
5. 大功告成!
1. 使用 `hydrooj install @hydrooj/vjudge` 安装 vjudge 插件(如果之前已安装请跳过该步骤)
2. 使用 `hydrooj install https://cdn.luogu.com.cn/lgapi/hydro/hydroplugin-luogu-latest.tgz` 安装题库导入工具。
3. 使用 `hydrooj cli luogu importProblem` 导入题库。
4. 使用 `hydrooj cli luogu addAccount <token>` 设置账号。
5. 重启 Hydro 进程(`pm2 restart hydrooj`)。
6. 大功告成!

如果需要帮助部署/迁移或有二次开发的需求,您可联系 Hydro 开发者寻求帮助。

Expand Down

0 comments on commit f457255

Please sign in to comment.