mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2026-01-13 13:21:01 +00:00
fix(cli): local install fails because of go.mod replace (#47)
Remove the replace directive in `go.mod`. It does not apply on `go install github.com/apricote/hcloud-upload-image` and is otherwise covered by `go.work`.
This commit is contained in:
parent
489ece1798
commit
66dc5f70b6
4 changed files with 18 additions and 3 deletions
|
|
@ -50,7 +50,7 @@ yay -S hcloud-upload-image-bin
|
|||
If you already have a recent Go toolchain installed, you can build & install the binary from source:
|
||||
|
||||
```shell
|
||||
go install github.com/apricote/hcloud-upload-image
|
||||
go install github.com/apricote/hcloud-upload-image@latest
|
||||
```
|
||||
|
||||
#### Usage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue