Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh06 committed Jun 17, 2020
1 parent 3b7e9ae commit ff6be70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

🎌 **🇺🇸 English** | [🇨🇳 大陆简体](README.zh_Hans_CN.md)

**A Docker based online judge engine**, which supports 5+ programming language processors:
**A [Docker](https://www.docker.com/) based online judge engine**, which supports 5+ programming language processors:
- [C](https://en.wikipedia.org/wiki/C_(programming_language))/[C++](https://en.wikipedia.org/wiki/C%2B%2B)
- [x] [GCC (The GNU Compiler Collection)](https://gcc.gnu.org/)
- [ ] [LLVM Clang](https://clang.llvm.org/)
Expand All @@ -42,7 +42,7 @@
pip install dockerjudge
```

#### Via [Esay install](https://setuptools.readthedocs.io/en/latest/easy_install.html) (deprecated)
#### Via [Easy install](https://setuptools.readthedocs.io/en/latest/easy_install.html) (deprecated)
```sh
easy_install dockerjudge
```
Expand Down
4 changes: 2 additions & 2 deletions README.zh_Hans_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

🎌 [🇺🇸 English](README.md) | **🇨🇳 大陆简体**

**基于 Docker 的在线测评引擎**,支持 5+ 个编程语言处理程序:
**基于 [Docker](https://www.docker.com/) 的在线测评引擎**,支持 5+ 个编程语言处理程序:
- [C](https://zh.wikipedia.org/zh-cn/C语言)/[C++](https://zh.wikipedia.org/zh-cn/C%2B%2B)
- [x] [GCC (The GNU Compiler Collection)](https://gcc.gnu.org/)
- [ ] [LLVM Clang](https://clang.llvm.org/)
Expand All @@ -42,7 +42,7 @@
pip install dockerjudge
```

#### 通过 [Esay install](https://setuptools.readthedocs.io/en/latest/easy_install.html) (不建议)
#### 通过 [Easy install](https://setuptools.readthedocs.io/en/latest/easy_install.html) (不建议)
```sh
easy_install dockerjudge
```
Expand Down

0 comments on commit ff6be70

Please sign in to comment.