From b8d6e42c4f95fa26258bc5567db267876d8f7d49 Mon Sep 17 00:00:00 2001 From: race604 Date: Tue, 19 Jul 2022 17:21:53 +0800 Subject: [PATCH] add install instruction in readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7af83da..d918393 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# clock-tui +# clock-tui (tclock) 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 +## Install + +Install excutable by `cargo`: + +```shell +$ cargo install clock-tui +``` + ## Basic usage ```shell