Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
Update FAQ. See #18
Browse files Browse the repository at this point in the history
  • Loading branch information
xalanq committed Jul 21, 2019
1 parent 47c304a commit ce9a806
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,9 @@ Or just google "how to add a path to system environment variable PATH".
### How to add a new testcase

Create two extra testcase files `inK.txt` and `ansK.txt` (K is a string with 0~9).

### Enable tab completion in terminal

Use this [Infinidat/infi.docopt_completion](https://github.com/Infinidat/infi.docopt_completion).

Note: If there is a new version released (especially a new command added), you should run `docopt-completion cf` again.
6 changes: 6 additions & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,9 @@ Codeforces Tool 是命令行界面的工具,你应该在终端里运行这个
### 如何加一个新的测试数据

新建两个额外的测试数据文件 `inK.txt``ansK.txt` (K 是包含 0~9 的字符串)。

### 在终端里启用 tab 补全命令

使用这个工具 [Infinidat/infi.docopt_completion](https://github.com/Infinidat/infi.docopt_completion) 即可。

注意:如果有一个新版本发布(尤其是添加了新命令),你应该重新运行 `docopt-completion cf`

0 comments on commit ce9a806

Please sign in to comment.