From 2c853782f01fcc55b04788cca7e2ece771dce948 Mon Sep 17 00:00:00 2001 From: Angel-HF <49835792+Pelochus@users.noreply.github.com> Date: Fri, 12 Apr 2024 23:34:46 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa36808..f48037c 100755 --- a/README.md +++ b/README.md @@ -11,10 +11,16 @@ Keep in mind this repo is focused for: - Linux kernels from Rockchip (as of writing 5.10 and 6.1 from Rockchip should work, if your board has one of these it will very likely be Rockchip's kernel) ## Quick Install -Run: +First clone the repo: ```bash -curl https://raw.githubusercontent.com/Pelochus/ezrknn-llm/main/install.sh | sudo bash +git clone https://github.com/Pelochus/ezrknn-llm +``` + +Then run: + +```bash +cd ezrknn-llm && bash install.sh ``` ## Test