aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2026-02-01 23:12:29 +0100
committerLeonard Kugis <leonard@kug.is>2026-02-01 23:12:29 +0100
commit808af93158fce5c5197a646a9148191840800621 (patch)
tree22cd3cbaf7a65bdf5113de47adfef24a42bcde15
parent66d496060eba16ceff61b05f1b94dec4e0bdfd21 (diff)
downloadllm-functions-docker-808af93158fce5c5197a646a9148191840800621.tar.gz
README: Fixed code block indentation
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index cd4b957..4d98c16 100644
--- a/README.md
+++ b/README.md
@@ -26,15 +26,15 @@ Make sure you have the following tools installed:
1. Clone this repository:
-```bash
-git clone https://git.kug.is/llm-functions-docker.git
-```
+ ```bash
+ git clone https://git.kug.is/llm-functions-docker.git
+ ```
2. `cd` into the project directory:
-```bash
-cd llm-functions-docker
-```
+ ```bash
+ cd llm-functions-docker
+ ```
3. Build tools and agents. You can either build all at once or a selection of tools manually.