From 217531a820b5efda68bd7d30c102b882f43fdc30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sp=C3=B6ttel?= <1682504+fspoettel@users.noreply.github.com> Date: Sat, 21 Oct 2023 14:40:15 +0200 Subject: [PATCH] docs: update year --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 268b2c9..b04dc81 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,6 @@ cargo download # 🎄 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). ### Run solutions for a day @@ -165,8 +163,6 @@ cargo read # ...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 1. Install [`aoc-cli`](https://github.com/scarvalhojr/aoc-cli/) via cargo: `cargo install aoc-cli --version 0.7.0`