You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ We'll be expanding out the [Issues] and [Projects] sections with additional chan
10
10
11
11
## Getting started
12
12
13
-
The best way to get started working with the SDK is to use `go get` to add the SDK to your Go Workspace manually.
13
+
The best way to get started working with the SDK is to use `go get` to add the SDK to your Go Workspace or application using Go modules.
14
14
15
15
```sh
16
-
go get -u github.com/aws/aws-sdk-go-v2
16
+
go get github.com/aws/aws-sdk-go-v2
17
17
```
18
18
19
19
You could also use [Dep] to add the SDK to your application's dependencies. Using [Dep] will simplify your update story and help your application keep pinned to specific version of the SDK
0 commit comments