generated from PlexSheep/rs-base
fix image path in README
This commit is contained in:
parent
0e12a7f532
commit
dc5bcd672c
2 changed files with 6 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
/target
|
||||
/assets/gen
|
||||
/.idea
|
||||
|
|
10
README.md
10
README.md
|
@ -4,25 +4,25 @@ A clock app in terminal. It support the following modes:
|
|||
|
||||
## Clock
|
||||
|
||||

|
||||

|
||||
|
||||
## Timer
|
||||
|
||||

|
||||

|
||||
|
||||
## Stopwatch
|
||||
|
||||

|
||||

|
||||
|
||||
## Countdown
|
||||
|
||||

|
||||

|
||||
|
||||
# Usage
|
||||
|
||||
## Install
|
||||
|
||||
Install excutable by `cargo`:
|
||||
Install executable by `cargo`:
|
||||
|
||||
```shell
|
||||
$ cargo install clock-tui
|
||||
|
|
Reference in a new issue