docs: update year

This commit is contained in:
Felix Spöttel 2023-10-21 14:40:15 +02:00
parent ea74da30e8
commit 217531a820

View file

@ -72,8 +72,6 @@ cargo download <day>
# 🎄 Successfully wrote puzzle to "src/puzzles/01.md". # 🎄 Successfully wrote puzzle to "src/puzzles/01.md".
``` ```
To download inputs for previous years, append the `--year/-y` flag. _(example: `cargo download 1 --year 2020`)_
Puzzle descriptions are stored in `src/puzzles` as markdown files. Puzzle inputs are not checked into git. [Reasoning](https://old.reddit.com/r/adventofcode/comments/k99rod/sharing_input_data_were_we_requested_not_to/gf2ukkf/?context=3). Puzzle descriptions are stored in `src/puzzles` as markdown files. Puzzle inputs are not checked into git. [Reasoning](https://old.reddit.com/r/adventofcode/comments/k99rod/sharing_input_data_were_we_requested_not_to/gf2ukkf/?context=3).
### Run solutions for a day ### Run solutions for a day
@ -165,8 +163,6 @@ cargo read <day>
# ...the input... # ...the input...
``` ```
To read inputs for previous years, append the `--year/-y` flag. _(example: `cargo read 1 --year 2020`)_
### Download puzzle inputs via aoc-cli ### Download puzzle inputs via aoc-cli
1. Install [`aoc-cli`](https://github.com/scarvalhojr/aoc-cli/) via cargo: `cargo install aoc-cli --version 0.7.0` 1. Install [`aoc-cli`](https://github.com/scarvalhojr/aoc-cli/) via cargo: `cargo install aoc-cli --version 0.7.0`