mirror of
https://github.com/rjNemo/ai_advent_code_2024
synced 2026-06-12 05:26:39 +00:00
docs: Update README.md formatting and improve readability
This commit is contained in:
parent
11fe85f143
commit
c790fefd21
1 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
# Advent of Code 2024
|
# Advent of Code 2024
|
||||||
|
|
||||||
This repository contains solutions for the [Advent of Code 2024](https://adventofcode.com/2024) programming puzzles, implemented in Elixir.
|
This repository contains solutions for the [Advent of Code 2024](https://adventofcode.com/2024)
|
||||||
|
programming puzzles, implemented in Elixir.
|
||||||
|
|
||||||
## Project Description
|
## Project Description
|
||||||
|
|
||||||
|
|
@ -22,17 +23,20 @@ Advent of Code is an annual set of Christmas-themed programming challenges that
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
1. Clone the repository:
|
1. Clone the repository:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/yourusername/advent_code_2024.git
|
git clone https://github.com/yourusername/advent_code_2024.git
|
||||||
cd advent_code_2024
|
cd advent_code_2024
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Fetch dependencies:
|
2. Fetch dependencies:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mix deps.get
|
mix deps.get
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Compile the project:
|
3. Compile the project:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mix compile
|
mix compile
|
||||||
```
|
```
|
||||||
|
|
@ -89,4 +93,3 @@ mix test test/advent_code2024_test.exs
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the MIT License - see the LICENSE file for details.
|
This project is licensed under the MIT License - see the LICENSE file for details.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue