Update README.md

add-more-languages
Meng Zhang 2023-04-07 00:30:55 +08:00 committed by GitHub
parent b60245c790
commit ec63b1ffd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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