Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 99f7489

Browse files
Ikko Eltociear Ashiminejhrozek
authored andcommitted
docs: update README.md
subidrectoy -> subdirectory
1 parent 4f27918 commit 99f7489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ docker pull ghcr.io/stacklok/codegate:latest
161161
docker run --name codegate -d -p 8989:8989 -p 9090:80 ghcr.io/stacklok/codegate:latest
162162

163163
# It will mount a volume to /app/codegate_volume
164-
# The directory supports storing Llama CPP models under subidrectoy /models
164+
# The directory supports storing Llama CPP models under subdirectory /models
165165
# A sqlite DB with the messages and alerts is stored under the subdirectory /db
166166
docker run --name codegate -d -v /path/to/volume:/app/codegate_volume -p 8989:8989 -p 9090:80 ghcr.io/stacklok/codegate:latest
167167
```

0 commit comments

Comments
 (0)