From 1b6003ced2ec8ae21f594eb7cbb5051e6fbe4aaa Mon Sep 17 00:00:00 2001 From: nodemixaholic Date: Fri, 15 Mar 2024 23:01:18 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b942bde..0d5ccc0 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,19 @@ Kode is your go-to AI ~~script kiddie~~ coder for coding adventures. Whether you ## Dependencies * Ollama -* codellama -* Modern NodeJS LTS -* all dependencies for this project (hint: ```npm i``` in the directory of Kode.) +* codellama (will be auto installed) +* Modern NodeJS LTS (as of writing it's v20) +* all code dependencies for this project (will be auto installed) + +## Installation + +* Install NodeJS LTS. +* Install Ollama. +* Clone the repo. +* Change directory into the cloned repo. +* Run it. + * ```npm run windows``` if you are Windows user. + * ```npm run nix``` if you're on a Linux or Mac machine. ## Usage