mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2026-01-13 13:21:01 +00:00
docs: update README
This commit is contained in:
parent
ede33388d2
commit
d7cdf210d2
1 changed files with 4 additions and 4 deletions
|
|
@ -61,15 +61,15 @@ hcloud-upload-image cleanup --help
|
||||||
|
|
||||||
### Go Library
|
### Go Library
|
||||||
|
|
||||||
The functionality to upload images is also exposed as a library! Check out the [reference documentation](https://pkg.go.dev/github.com/apricote/hcloud-upload-image/hcloudimages).
|
The functionality to upload images is also exposed in the library `hcloudimages`! Check out the [reference documentation](https://pkg.go.dev/github.com/apricote/hcloud-upload-image/hcloudimages) for more details.
|
||||||
|
|
||||||
To install:
|
#### Install
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
go get github.com/apricote/hcloud-upload-image
|
go get github.com/apricote/hcloud-upload-image/hcloudimages
|
||||||
```
|
```
|
||||||
|
|
||||||
Example Usage:
|
#### Usages
|
||||||
|
|
||||||
```go
|
```go
|
||||||
package main
|
package main
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue