From c86a67d06cad9311c42bcb498ed7a9399ae18c57 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 5 May 2026 23:16:50 +0000 Subject: [PATCH] README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67697ff..f92d481 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ cd DPP cmake -B ./build cmake --build ./build -j4 cd .. -git clone https://git.indoodle.com/oomer/poomer-discord-helloworld.git +git clone https://git.indoodle.com/jason/poomer-discord-helloworld.git cd poomer-discord-helloworld ``` For a prototype app we can just dump the stb headers right into the helloworld dir for simplicity @@ -43,4 +43,4 @@ For a prototype app we can just dump the stb headers right into the helloworld d curl -LO https://raw.githubusercontent.com/nothings/stb/master/stb_image.h curl -LO https://raw.githubusercontent.com/nothings/stb/master/stb_image_write.h make all -j4 -``` \ No newline at end of file +```