diff options
| author | Leonard Kugis <leonard@kug.is> | 2026-02-01 23:12:29 +0100 |
|---|---|---|
| committer | Leonard Kugis <leonard@kug.is> | 2026-02-01 23:12:29 +0100 |
| commit | 808af93158fce5c5197a646a9148191840800621 (patch) | |
| tree | 22cd3cbaf7a65bdf5113de47adfef24a42bcde15 | |
| parent | 66d496060eba16ceff61b05f1b94dec4e0bdfd21 (diff) | |
| download | llm-functions-docker-808af93158fce5c5197a646a9148191840800621.tar.gz | |
README: Fixed code block indentation
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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. |
