From ec63b1ffd68a28bf2f5d02505af205868a71e151 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Fri, 7 Apr 2023 00:30:55 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 899811a..e0f5900 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Self-hosted AI coding assistant. An opensource / on-prem alternative to GitHub C ### Docker -The easiest way of getting started is using the official docker image: +The easiest way of getting started is using the docker image: ```bash # Create data dir and grant owner to 1000 (Tabby run as uid 1000 in container) mkdir -p data/hf_cache && chown -R 1000 data