docs: update

This commit is contained in:
Felix Spöttel 2023-10-21 14:38:23 +02:00
parent dfafa5fbb5
commit ea74da30e8

View file

@ -17,6 +17,7 @@ This template supports all major OS (macOS, Linux, Windows).
1. Open [the template repository](https://github.com/fspoettel/advent-of-code-rust) on Github. 1. Open [the template repository](https://github.com/fspoettel/advent-of-code-rust) on Github.
2. Click [Use this template](https://github.com/fspoettel/advent-of-code-rust/generate) and create your repository. 2. Click [Use this template](https://github.com/fspoettel/advent-of-code-rust/generate) and create your repository.
3. Clone your repository to your computer. 3. Clone your repository to your computer.
4. If you are solving a previous year's aoc and want to use the `aoc-cli` integration, change the `AOC_YEAR` variable in `.cargo/config.toml` to reflect that.
### Setup rust 💻 ### Setup rust 💻
@ -30,9 +31,6 @@ This template supports all major OS (macOS, Linux, Windows).
## Usage ## Usage
> **Note**
> If you are solving a previous year's aoc and want to use the `aoc-cli` integration, change the `AOC_YEAR` variable in `.cargo/config.toml` to reflect that.
### Scaffold a day ### Scaffold a day
```sh ```sh