Skip to content

Commit

Permalink
docs: installation command in readme (#403)
Browse files Browse the repository at this point in the history
This makes it easy to install the correct dependency, as it deviates
from our GitHub URL (`github.com/hetznercloud/hcloud-go` vs
`github.com/hetznercloud/hcloud-go/v2/hcloud`)
  • Loading branch information
phm07 authored Apr 11, 2024
1 parent 00be190 commit 7dcf63c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Package hcloud is a library for the Hetzner Cloud API.
The library’s documentation is available at [pkg.go.dev](https://godoc.org/github.com/hetznercloud/hcloud-go/v2/hcloud),
the public API documentation is available at [docs.hetzner.cloud](https://docs.hetzner.cloud/).

## Installation

```sh
go get github.com/hetznercloud/hcloud-go/v2/hcloud
```

## Example

```go
Expand Down

0 comments on commit 7dcf63c

Please sign in to comment.