docs: Update README.md formatting and improve readability

This commit is contained in:
Ruidy 2024-12-01 16:39:46 +01:00 committed by Ruidy (aider)
parent 11fe85f143
commit c790fefd21
No known key found for this signature in database
GPG key ID: E00F51288CB857CC

View file

@ -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.