From b8ed4158a35f1d2def57c96c547e80b462adb47e Mon Sep 17 00:00:00 2001 From: Ross Baquir Date: Fri, 3 Feb 2023 17:30:40 -0800 Subject: [PATCH] Update README.md fixed go install url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06018af..0610281 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ CLI command that fetches inputs for Advent Of Code event puzzles ## Installation ### go install ``` -go install github.com/streakinthesky/adventofcode-fetcher/aoc +go install github.com/streakinthesky/adventofcode-fetcher/aoc@latest ``` ## To Use