From 3f63c5d3ec07c4f1fdfaa974aab91e3a782b4ddd Mon Sep 17 00:00:00 2001 From: risto Date: Mon, 18 Nov 2024 12:19:27 +0100 Subject: [PATCH] ``` fix(destinations.py): correct indentation for profile dispatch chore(docker-compose): update image versions to 1.1.0 docs(dev.md): add ArangoDB setup instructions ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d54b6f8e..8620edcc 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ The easiest way to run TRACARDI is to run it as a :whale: **docker container**. * Clone [tracardi/tracardi-api](https://github.com/Tracardi/tracardi-api.git) by executing the following line in your terminal. ```bash - git clone https://github.com/Tracardi/tracardi-api.git + git clone https://github.com/Tracardi/tracardi-api.git:1.1.x ``` * Go to the `TRACARDI API` folder, and run the following command: