From f6e1b4af5a3431003e9846b5d917840fc7c7f57d Mon Sep 17 00:00:00 2001 From: theBreadCompany Date: Sat, 7 Jun 2025 20:53:20 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac0e8e6..039de65 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This library is not considered to be safe for production and is not delivered un Simply call: ```bash -git clone https://github.com/thebreadcompany/libbpic +git clone https://git.thebread.dev/thebreadcompany/libbpic cd libbpic mkdir build && cd build cmake .. && cmake --build .