Update README.md following move of Git repo

This commit is contained in:
2024-09-11 17:25:21 +01:00
parent 2383862d8d
commit 95ea61e048

View File

@@ -5,7 +5,8 @@ the [Advent of Code](https://adventofcode.com)
puzzles. All solutions are written in C++. The solutions aren't designed to be nice or pretty. puzzles. All solutions are written in C++. The solutions aren't designed to be nice or pretty.
Instead, I am using it as an experiment in understanding how I approach solving problems. Instead, I am using it as an experiment in understanding how I approach solving problems.
The solutions are authored by Matthew Gretton-Dann, and Copyright 2020-2021, Matthew Gretton-Dann. The solutions are authored by Matthew Gretton-Dann, and Copyright 2020-204, Matthew Gretton-Dann.
Licensed under Apache 2.0 - see [license](./LICENSE). Licensed under Apache 2.0 - see [license](./LICENSE).
## Getting the sources ## Getting the sources
@@ -13,7 +14,7 @@ Licensed under Apache 2.0 - see [license](./LICENSE).
To get the sources clone from git as follows: To get the sources clone from git as follows:
```sh ```sh
git clone https://github.com/matt-gretton-dann/advent-of-code/ git clone https://gitea.gretton-dann.synology.me/mgrettondann/advent-of-code.git
``` ```
## Build requirements ## Build requirements