From 040eb4c54dbdf31227b672f1b8b03c3706921cb5 Mon Sep 17 00:00:00 2001 From: Adnan Ali <112294571+adnanAliSDE@users.noreply.github.com> Date: Sat, 21 Feb 2026 20:50:17 +0530 Subject: [PATCH 1/2] MinorFIx: Corrected the github repo URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8241d06..6f9f5f0 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ This will: ### Build from source ```bash -git clone https://github.com/picolm/picolm.git +git clone https://github.com/RightNow-AI/picolm cd picolm/picolm # Auto-detect CPU (enables SSE2/AVX on x86, NEON on ARM) From a393f0a86d3d92cb48b548cfbc78f3b7327dcc67 Mon Sep 17 00:00:00 2001 From: Adnan Ali <112294571+adnanAliSDE@users.noreply.github.com> Date: Sat, 21 Feb 2026 21:00:03 +0530 Subject: [PATCH 2/2] Update clone command in README to include .git --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f9f5f0..7a7eead 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ This will: ### Build from source ```bash -git clone https://github.com/RightNow-AI/picolm +git clone https://github.com/RightNow-AI/picolm.git cd picolm/picolm # Auto-detect CPU (enables SSE2/AVX on x86, NEON on ARM)