fix image path in README

This commit is contained in:
Jimmy Wu 2023-09-25 16:19:22 +08:00
parent 0e12a7f532
commit dc5bcd672c
2 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/target
/assets/gen
/.idea

View file

@ -4,25 +4,25 @@ A clock app in terminal. It support the following modes:
## Clock
![clock](/assets/demo-clock-mode.gif)
![clock](./assets/demo-clock-mode.gif)
## Timer
![timer](/assets/demo-timer-mode.gif)
![timer](./assets/demo-timer-mode.gif)
## Stopwatch
![stopwatch](/assets/demo-stopwatch-mode.gif)
![stopwatch](./assets/demo-stopwatch-mode.gif)
## Countdown
![countdown](/assets/demo-countdown-mode.gif)
![countdown](./assets/demo-countdown-mode.gif)
# Usage
## Install
Install excutable by `cargo`:
Install executable by `cargo`:
```shell
$ cargo install clock-tui