From 4512cc9aa27878a190bb3222f33a54a2f96af5a3 Mon Sep 17 00:00:00 2001 From: Mauritz Uphoff Date: Mon, 26 Jan 2026 13:12:19 +0100 Subject: [PATCH] docs(readme): use go get instead go mod download --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ca8dcace..49e5f1c77 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ Requires `Go 1.21` or higher. To download the `core` module: ``` -go mod download github.com/stackitcloud/stackit-sdk-go/core +go get github.com/stackitcloud/stackit-sdk-go/core ``` To download the `services/dns` module: ``` -go mod download github.com/stackitcloud/stackit-sdk-go/services/dns +go get github.com/stackitcloud/stackit-sdk-go/services/dns ``` ## Examples