From 30075a17ee5334be65f322a92836856c47332262 Mon Sep 17 00:00:00 2001 From: Tsuyoshi CHO Date: Sun, 8 Jan 2023 14:27:04 +0900 Subject: [PATCH] fix: Update README for install command --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0d4d11..3358363 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,18 @@ matches, err := zglob.Glob(`./foo/b*/**/z*.txt`) ## Installation -``` +For using library: + +```console $ go get github.com/mattn/go-zglob ``` +For using command: + +```console +$ go install github.com/mattn/go-zglob/cmd/zglob@latest +``` + ## License MIT