Update repository link in README

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion 2025-08-03 23:42:35 +02:00
parent a7ff18aa16
commit 5bacc8870b
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ designed with portability in mind (e.g. it does not require systemd to run).
Join us on Matrix over at [#ly:envs.net](https://matrix.to/#/#ly:envs.net)!
**Note**: Development happens on [Codeberg](https://codeberg.org/AnErrupTion/ly)
**Note**: Development happens on [Codeberg](https://codeberg.org/fairyglade/ly)
with a mirror on [GitHub](https://github.com/fairyglade/ly).
## Dependencies
@ -56,7 +56,7 @@ managers, all of which you can find in the sections below:
The procedure for manually building Ly is pretty standard:
```
$ git clone https://codeberg.org/AnErrupTion/ly
$ git clone https://codeberg.org/fairyglade/ly.git
$ cd ly
$ zig build
```