Skip to content

Commit c0c7730

Browse files
committed
added installation to readme
1 parent be21e73 commit c0c7730

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
My attempt to solve the [AoC2022](https://adventofcode.com/2022/) with the [Rust programming language](https://www.rust-lang.org/).
44

5+
## Usage
6+
7+
### Dependencies
8+
9+
- [rustup](https://rustup.rs/)
10+
11+
### Installation
12+
13+
- clone this repository
14+
- `cd` to it
15+
- compile with `cargo build --release`
16+
17+
### Usage
18+
19+
To run the solutions to days `X`, `Y` and `Z`, run `cargo run --release X Y Z`
520

621
## Why
722

0 commit comments

Comments
 (0)