Skip to content

Commit 9554f41

Browse files
authored
docs(readme): use go get instead go mod download (#4312)
1 parent 68da47f commit 9554f41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Requires `Go 1.21` or higher.
2020
To download the `core` module:
2121

2222
```
23-
go mod download github.com/stackitcloud/stackit-sdk-go/core
23+
go get github.com/stackitcloud/stackit-sdk-go/core
2424
```
2525

2626
To download the `services/dns` module:
2727

2828
```
29-
go mod download github.com/stackitcloud/stackit-sdk-go/services/dns
29+
go get github.com/stackitcloud/stackit-sdk-go/services/dns
3030
```
3131

3232
## Examples

0 commit comments

Comments
 (0)