Skip to content

Commit

Permalink
docs: 📈 add visualize graph in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Mar 19, 2024
1 parent 7ee15e3 commit 03e5e05
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ An online judge sandbox server in Rust, inspired by https://github.com/criyle/go
`debian/`::
Files for generating `.deb` package.

https://mango-dune-07a8b7110.1.azurestaticapps.net/?repo=NJUPT-SAST%2Frsjudge[
image:https://github.com/NJUPT-SAST/rsjudge/raw/diagram/diagram.svg[
Repository structure visualized
]
]

== Build from source

Expand Down
10 changes: 8 additions & 2 deletions README.zh-CN.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* 支持使用插件进行扩展
* 使用 Rust🦀编写,速度极快,安全性高

== 仓库结构
== 目录结构

`src/`::
入口点的源代码,包括命令行接口和配置解析。
Expand All @@ -36,6 +36,12 @@
`debian/`::
用于生成 `.deb` 包的附加文件。

https://mango-dune-07a8b7110.1.azurestaticapps.net/?repo=NJUPT-SAST%2Frsjudge[
image:https://github.com/NJUPT-SAST/rsjudge/raw/diagram/diagram.svg[
目录结构可视化
]
]

== 从源代码构建

=== 先决条件
Expand Down Expand Up @@ -96,4 +102,4 @@ cargo build --release
[,bash]
----
cargo xtask dist deb
----
----

0 comments on commit 03e5e05

Please sign in to comment.