From a4eb61c065c2e3a44ba9efd507735e3e41315a3a Mon Sep 17 00:00:00 2001 From: Xie Yanbo Date: Sun, 24 Nov 2019 01:12:38 +0800 Subject: [PATCH] doc: complex search example --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 993efe3..5d13b97 100644 --- a/README.md +++ b/README.md @@ -56,3 +56,8 @@ $ googlesearch "nim packages" 2 description - A description of this package. 2 results. ``` + +You may want to do complex serch like this: +``` +$ googlesearch '"nim libray" wrapper -gpl site:github.com' 20 +```