Skip to content

Commit 403fb30

Browse files
Update installation command in readme
1 parent e4e5280 commit 403fb30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ in a convenient location in your PATH.
3333
#### Build From Source
3434

3535
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`.
36+
standard `go install` command to download, build and install `aocdl`.
3737

3838
```
39-
go get -u github.com/GreenLightning/advent-of-code-downloader/aocdl
39+
go install github.com/GreenLightning/advent-of-code-downloader/aocdl@latest
4040
```
4141

4242
## Setting the Session Cookie

0 commit comments

Comments
 (0)