From 507db31a524929fbb1f7f895314309b4d6167fe7 Mon Sep 17 00:00:00 2001 From: Varun Gandhi Date: Thu, 6 Oct 2022 18:43:40 +0800 Subject: [PATCH] docs: Mention CLI reference after installation (#105) --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 38195d04..542eb603 100644 --- a/Readme.md +++ b/Readme.md @@ -56,6 +56,8 @@ cd scip go build -o scip ./cmd ``` +You can consult the [CLI reference](docs/CLI.md) or `--help` for usage information. + ## Contributing We welcome questions, suggestions as well as code and docs contributions.