sebthom / more-clink-completions

Windows command line Clink auto-completion for Nektos/Act, Curl, Docker, Dart, Haxe, Java, Lua, Maven, OpenSSL
https://buymeacoffee.com/vegardit
MIT License
24 stars 3 forks source link

Fix the incorrect branch name in the installation instructions in README.md #3

Closed ilyamt-tandemg closed 1 year ago

ilyamt-tandemg commented 1 year ago

This command results in error as the branch is called v2-releases and not v2-release:

git clone https://github.com/sebthom/more-clink-completions --branch v2-release --single-branch [REPO_PATH]

Hence, the correct command should be: git clone https://github.com/sebthom/more-clink-completions --branch v2-releases --single-branch [REPO_PATH]

sebthom commented 1 year ago

Thanks!