From 99f7489c9e2ca555230e30ce78bcedc930275e51 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 18 Dec 2024 14:05:43 +0900 Subject: [PATCH] docs: update README.md subidrectoy -> subdirectory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b506559..61ef064f 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ docker pull ghcr.io/stacklok/codegate:latest docker run --name codegate -d -p 8989:8989 -p 9090:80 ghcr.io/stacklok/codegate:latest # It will mount a volume to /app/codegate_volume -# The directory supports storing Llama CPP models under subidrectoy /models +# The directory supports storing Llama CPP models under subdirectory /models # A sqlite DB with the messages and alerts is stored under the subdirectory /db docker run --name codegate -d -v /path/to/volume:/app/codegate_volume -p 8989:8989 -p 9090:80 ghcr.io/stacklok/codegate:latest ```