Skip to content

docs: add go install command for CLI#132

Open
Solaris-star wants to merge 1 commit into
radovskyb:masterfrom
Solaris-star:docs/128-install-command
Open

docs: add go install command for CLI#132
Solaris-star wants to merge 1 commit into
radovskyb:masterfrom
Solaris-star:docs/128-install-command

Conversation

@Solaris-star

Copy link
Copy Markdown

Description

Installation only listed go get -u github.com/radovskyb/watcher/.... Users who only want the CLI asked for an explicit install command.

Fix

Add:

go install github.com/radovskyb/watcher/cmd/watcher@latest

Tests

Docs-only.

Linked Issue

Closes #128

Installation only listed go get ./... . Add an explicit go install for
cmd/watcher for users who only want the tool.

Fixes radovskyb#128
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add install command to readme

1 participant