Skip to content

Commit

Permalink
fix: wrong install URL in readme (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed May 9, 2023
1 parent d243db3 commit 38f7edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func IsValidHostname(hostname string, fqdn bool) bool {
## Install

```
go install github.com/butuzov/mirrror/cmd/mirror@latest
go install github.com/butuzov/mirror/cmd/mirror@latest
```

## How to use
Expand Down

0 comments on commit 38f7edb

Please sign in to comment.