From 52b16fb5e163cc0979d64dbcc8a526653565bdba Mon Sep 17 00:00:00 2001 From: laureanray Date: Fri, 18 Aug 2023 06:11:36 +0800 Subject: [PATCH] update readme --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 225985a..150bbe6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ clibgen is a TUI for library genesis. (https://libgen.li, https://libgen.is) Shell Installation (Mac, Linux) +*Install Latest Release* ```shell curl -fsSL https://raw.githubusercontent.com/laureanray/clibgen/main/install.sh | sh ``` @@ -33,15 +34,15 @@ clibgen search "Eloquent JavaScript" ``` #### Search - Usage: -` clibgen search [flags]` + clibgen search [flags] Flags: -- -f, --filter string search by [title, author, isbn] (default "title") -- -h, --help help for search -- -n, --number of results int number of result(s) to be displayed maximum: 25 (default 10) -- -o, --output string Output directory (default "./") + -f, --filter string search by [title, author, isbn] (default "title") + -h, --help help for search + -l, --l string Standard or Faster Download link (default usually works for most of the files) [default, faster] (default "default") + -n, --number of results int number of result(s) to be displayed maximum: 25 (default 10) + -o, --output string Output directory (default "./") ### Found an issue?