From 7508c1fbc035ae1500df0d124504e328137cfd7f Mon Sep 17 00:00:00 2001 From: Shang Chieh Tseng Date: Tue, 15 Apr 2025 16:39:00 +0800 Subject: [PATCH] Fix code block syntax --- ollama37-builder/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ollama37-builder/README.md b/ollama37-builder/README.md index 0c99c7f..4fc075a 100644 --- a/ollama37-builder/README.md +++ b/ollama37-builder/README.md @@ -20,14 +20,14 @@ Designed with builders in mind; this container is perfect when you're aiming to ### Quick Example Usage: -```bash +```docker docker run --rm -it dogkeeper886/ollama37-builder bash ``` When you have access inside your newly instantiated Docker environment (`dogkeeper886/ollama37-builder`): 1. Navigate to the source directory: - ```sh + ```bash cd /usr/local/src \ && git clone https://github.com/dogkeeper886/ollama37 \ && cd ollama37