birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5e5993a05ddf626c4fa4e268b821f41578959e21
parent 9c2e7ea73faa4eb985912553f5b836f36d6c8c0a
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Sun, 24 Mar 2024 01:45:07 -0400

fix typo in install instructions in README.md

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -10,7 +10,7 @@ ## Installation for birdwm on linux distros ```bash -git clone https://git.tetraonini.online/grouse/birddwm +git clone https://git.tetraonini.online/grouse/birdwm cd birdwm sudo make install ```