Skip to content

Commit f75f14a

Browse files
committed
Update Readme
1 parent 666dc7b commit f75f14a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ Enter the competition: https://adventofcode.com/2024
77

88
## Build with `cargo-aoc`
99

10-
Install `cargo-aoc` crate:
10+
Install [`cargo-aoc`](https://crates.io/crates/cargo-aoc) crate:
1111

1212
```console
13-
air :: ~/Work/advent-of-code-2024 ‹main› » cargo install cargo-aoc
13+
advent-of-code-2024 $> cargo install cargo-aoc
1414
```
1515

1616
Run:
1717

1818
```console
19-
air :: ~/Work/advent-of-code-2024 ‹main*› » cargo aoc 2 ↵
19+
advent-of-code-2024 $> cargo aoc 2 ↵
2020
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.00s
2121
Compiling aoc-autobuild v0.3.0 (/Users/quentin/Work/advent-of-code-2024/target/aoc/aoc-autobuild)
2222
Finished `release` profile [optimized] target(s) in 0.12s
@@ -34,7 +34,7 @@ Day 1 - Part 2 : 21306195
3434
## Test
3535

3636
```console
37-
air :: ~/Work/advent-of-code-2024 ‹main› » cargo test
37+
advent-of-code-2024 $> cargo test
3838
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
3939
Running unittests src/lib.rs (target/debug/deps/advent_of_code_2024-027d060ec3f37a3f)
4040

0 commit comments

Comments
 (0)