We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e5280 commit 403fb30Copy full SHA for 403fb30
readme.markdown
@@ -33,10 +33,10 @@ in a convenient location in your PATH.
33
#### Build From Source
34
35
If you have the [Go](https://golang.org/) compiler installed, you can use the
36
-standard `go get` command to download, build and install `aocdl`.
+standard `go install` command to download, build and install `aocdl`.
37
38
```
39
-go get -u github.com/GreenLightning/advent-of-code-downloader/aocdl
+go install github.com/GreenLightning/advent-of-code-downloader/aocdl@latest
40
41
42
## Setting the Session Cookie
0 commit comments