diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-22 16:49:26 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-22 16:49:26 +0200 |
| commit | 3ca58c233f09ddadb47f2040733c9be6c6951a46 (patch) | |
| tree | 704a82ac5faaf48d1c7048ada6c789a7bfc19d73 /README.md | |
| parent | b158b113f5b780cbe8d8f974345bf4462e318c69 (diff) | |
| download | aoc2023.nes-3ca58c233f09ddadb47f2040733c9be6c6951a46.tar.gz aoc2023.nes-3ca58c233f09ddadb47f2040733c9be6c6951a46.zip | |
Update links to git.mssola.com
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ day (included). Each day is written into its own file inside of `src`. In order to clone it bear in mind that the `vendor` directory has git submodules. Hence: ``` sh -git clone --recurse-submodule https://github.com/mssola/aoc2023.nes.git +git clone --recurse-submodule https://git.mssola.com/nes/aoc2023.nes ``` Build everything by just calling `make` and you will get a `.nes` file per day |
