Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Changing installation Commands #322

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For an overview, see the [introductory blog post][].
Install Wire by running:

```shell
go get github.com/google/wire/cmd/wire
go install github.com/google/wire/cmd/wire
```

and ensuring that `$GOPATH/bin` is added to your `$PATH`.
Expand Down