Skip to content

Commit 9f55a99

Browse files
committed
Update README.md
1 parent 3ed64be commit 9f55a99

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pip install llms-py
7373

7474
### Using Docker
7575

76-
a) Simple - Run in a Docker container:
76+
**a) Simple - Run in a Docker container:**
7777

7878
```bash
7979
# Pull the latest image from GitHub Container Registry
@@ -91,7 +91,7 @@ docker run -p 8000:8000 -e GROQ_API_KEY=$GROQ_API_KEY \
9191
ghcr.io/servicestack/llms:latest
9292
```
9393

94-
b) Recommended - Use Docker Compose
94+
**b) Recommended - Use Docker Compose:**
9595

9696
Download and use [docker-compose.yml](https://raw.githubusercontent.com/ServiceStack/llms/refs/heads/main/docker-compose.yml):
9797

@@ -105,7 +105,7 @@ Update API Keys in `docker-compose.yml` then start the server:
105105
docker-compose up -d
106106
```
107107

108-
c) Build and run local Docker image from source:
108+
**c) Build and run local Docker image from source:**
109109

110110
```bash
111111
git clone https://github.com/ServiceStack/llms

0 commit comments

Comments
 (0)