From 8d61d6b04ab7c100db4871fb33c7b7eec835ccc4 Mon Sep 17 00:00:00 2001 From: nerodiafasciata Date: Tue, 25 Apr 2023 00:25:28 -0500 Subject: [PATCH] install instruction update: don't run as admin (#12) * Update README.md Added note to tell windows users not to install as admin --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 170c4f42..67fe881a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ #### Installation In the command prompt/command line navigate to where you want the KoboldAI subfolder to be created. +Note: do not run your command prompt as administrator/with elevated priviledges, reports suggest this leads to problems. + `git clone https://github.com/0cc4m/KoboldAI -b latestgptq --recurse-submodules` `cd KoboldAI`