Fix code block syntax

This commit is contained in:
Shang Chieh Tseng
2025-04-15 16:39:00 +08:00
parent 3ecdf32c48
commit 7508c1fbc0

View File

@@ -20,14 +20,14 @@ Designed with builders in mind; this container is perfect when you're aiming to
### Quick Example Usage: ### Quick Example Usage:
```bash ```docker
docker run --rm -it dogkeeper886/ollama37-builder bash docker run --rm -it dogkeeper886/ollama37-builder bash
``` ```
When you have access inside your newly instantiated Docker environment (`dogkeeper886/ollama37-builder`): When you have access inside your newly instantiated Docker environment (`dogkeeper886/ollama37-builder`):
1. Navigate to the source directory: 1. Navigate to the source directory:
```sh ```bash
cd /usr/local/src \ cd /usr/local/src \
&& git clone https://github.com/dogkeeper886/ollama37 \ && git clone https://github.com/dogkeeper886/ollama37 \
&& cd ollama37 && cd ollama37