commit 54ccc5a33a55bb001d1834d7393d3bedcab0c3a3 parent f97e3da8082e6548830e32fb4067e31298923469 Author: mrgrouse <bdmfegys@duck.com> Date: Thu, 23 May 2024 20:23:00 -0400 README.md: fix git clone url Diffstat:
| M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -26,7 +26,7 @@ ### See `config.h` for customization options ```sh -git clone https://git.mrgrouse.com/grouse/birdwm +git clone https://git.mrgrouse.com/mrgrouse/birdwm cd birdwm sudo make install ```