From 1edac3a62afeb530e9283abb14bcb5b73760baac Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Wed, 6 Jan 2021 13:20:33 -0600 Subject: [PATCH] add usage to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6535ab6..c9b640d 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,14 @@ To install from crates.io, use: cargo install leanshot ``` +Usage +----- + +``` +leanshot -o hello.png select +leanshot -o hello.png fullscreen +``` + Example Integration -------------------