From beb642a2a7ef52751f918b5411fe56cbbf50f56c Mon Sep 17 00:00:00 2001 From: 4lxprime <58915711+4lxprime@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:13:48 +0200 Subject: [PATCH] [Docs]: little cli fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e2b647..ac47389 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ git downloader for specific folder ## cli: -you can run the cli with `go run github.com/4lxprime/gitdl -h` from anywhere on your system as long as you have go installed. +you can run the cli with `go run github.com/4lxprime/gitdl@main -h` from anywhere on your system as long as you have go installed. ## code: ```golang