From b8028f1c814f78ef98b5f2f64ba08d62f0921146 Mon Sep 17 00:00:00 2001 From: Cass Fridkin Date: Mon, 9 Dec 2024 21:33:32 -0700 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de81144..750b876 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ The [`meta`](./src/meta) subfolder in [`src`](./src) contains things that are mo ## Inputs & Descriptions -To comply with Eric's [rules about copying](https://adventofcode.com/about#faq_copying), I don't copy any text from the problems in my solutions or provide my puzzle inputs. Each problem's documentation contains a link to the original problem text, so you can get some context as to what exactly is happening. Similarly, I encrypt my puzzle inputs into `./tests/fixtures.gz.age`. +To comply with Eric's [rules about copying](https://adventofcode.com/about#faq_copying), I don't copy any text from the problems in my solutions or provide my puzzle inputs. ## Running -The crate also has a binary, which you can run with `cargo run -- < path/to/input`. +The crate also has a binary, which you can run with `just run < path/to/input`. To see all available commands, run `just` with no arguments.