Skip to content

Commit

Permalink
docs: update quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed Jan 27, 2024
1 parent 34b9f1c commit 5d8d653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ And `leetgo` also supports real-time generation of **contest questions**, submit

1. [Install leetgo](#installation)
2. Initialize leetgo: `leetgo init -t <us or cn> -l <lang>`
3. Edit leetgo config file: `leetgo.yaml` and `~/.config/leetgo/config.yaml`
3. Edit leetgo config file: `leetgo.yaml`
4. Pick a question: `leetgo pick <id or name or today>`
5. Test your code: `leetgo test last -L`
6. Submit your code: `leetgo submit last`
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

1. [安装 leetgo](#安装)
2. 创建一个项目: `leetgo init -t <us or cn> -l <lang>`
3. 编辑配置文件: `leetgo.yaml` and `~/.config/leetgo/config.yaml`
3. 编辑配置文件: `leetgo.yaml`
4. 选择一个问题: `leetgo pick <id or name or today>`
5. 测试你的代码: `leetgo test last -L`
6. 提交你的代码: `leetgo submit last`
Expand Down

0 comments on commit 5d8d653

Please sign in to comment.