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
|
/target
|
||||||
/assets/gen
|
/assets/gen
|
||||||
|
/.idea
|
||||||
|
|
10
README.md
10
README.md
|
@ -4,25 +4,25 @@ A clock app in terminal. It support the following modes:
|
||||||
|
|
||||||
## Clock
|
## Clock
|
||||||
|
|
||||||

|

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

|

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

|

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

|

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