From a4f49c097acc446f459cd227c7f1f9b68d9bf7c8 Mon Sep 17 00:00:00 2001 From: Gouvernathor <44340603+Gouvernathor@users.noreply.github.com> Date: Sat, 17 Dec 2022 12:13:51 +0100 Subject: [PATCH] Add git clone command and Linux case --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc3b73dc..20a1957a 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ KoboldAI has a large number of dependencies you will need to install on your com ### Downloading the latest version of KoboldAI -KoboldAI is a rolling release on our github, the code you see is also the game. You can download the software by clicking on the green Code button at the top of the page and clicking Download ZIP. Then, you can run install_requirements.bat/sh (using sudo/admin mode is recommanded to avoid errors), and then once it's done, either play.bat/sh or remote-play.bat/sh to run it. +KoboldAI is a rolling release on our github, the code you see is also the game. You can download the software by clicking on the green Code button at the top of the page and clicking Download ZIP, or use the `git clone` command instead. Then, on Windows you need to you run install_requirements.bat (using admin mode is recommanded to avoid errors), and once it's done, or if you're on Linux, either play.bat/sh or remote-play.bat/sh to run it. The easiest way for Windows users is to use the [offline installer](https://sourceforge.net/projects/koboldai/files/latest/download) below.