Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yuler committed Nov 7, 2021
1 parent cb3c04c commit 7bf0ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ gh extension install yuler/gh-todo

## How it works

First, you need run `gh todo init`. It will create `todo` repo in your GitHub accout.
First, you need run `gh todo init`. It will create `todo` repo based on [yuler/template-todo](https://github.com/yuler/template-todo) in your GitHub account.

Then you can use `gh todo add` to add new task. It will create an issue with today(YYYY-mm-dd) as the title in `todo` repo.
Then you can use `gh todo add` to add new task. It will create an issue with today(yyyy-MM-dd) as the title in `todo` repo.

The `gh todo` or `gh todo list` where show todo list.

Expand Down

0 comments on commit 7bf0ec9

Please sign in to comment.