Skip to content

Commit

Permalink
Doc: use updated initializer in tutorial
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaldo Cesco <[email protected]>
  • Loading branch information
Annopaolo committed Jun 20, 2023
1 parent 02583e4 commit a71fa4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/pages/tutorials/010-astarte_in_5_minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ To get our Astarte instance running as fast as possible, we will install Astarte

```sh
$ git clone https://github.com/astarte-platform/astarte.git && cd astarte
$ docker run -v $(pwd)/compose:/compose astarte/docker-compose-initializer:1.1.0-rc.0
$ docker run -v $(pwd)/compose:/compose astarte/docker-compose-initializer:1.1
$ docker-compose pull
$ docker-compose up -d
```
Expand Down

0 comments on commit a71fa4e

Please sign in to comment.