generated from PlexSheep/rs-base
add install instruction in readme
This commit is contained in:
parent
e4e1e70307
commit
b8d6e42c4f
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -1,4 +1,4 @@
|
||||||
# clock-tui
|
# clock-tui (tclock)
|
||||||
|
|
||||||
A clock app in terminal. It support the following modes:
|
A clock app in terminal. It support the following modes:
|
||||||
|
|
||||||
|
@ -16,6 +16,14 @@ A clock app in terminal. It support the following modes:
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
Install excutable by `cargo`:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
$ cargo install clock-tui
|
||||||
|
```
|
||||||
|
|
||||||
## Basic usage
|
## Basic usage
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
Reference in a new issue