Skip to content

Commit

Permalink
fix bluechi typos (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Rossetti <[email protected]>
  • Loading branch information
odra authored Jun 24, 2024
1 parent 8063deb commit 80f9a2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eclipse-bluechi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Start the blueprint container by running:

```sh
docker run \
--privileged \
--replace \
--name esdv \
-d \
Expand All @@ -89,7 +90,7 @@ quay.io/centos-sig-automotive/autosd:latest
The container will be running in the background and you can enter into it by running:

```sh
docker exect -it esdv /bin/bash
docker exec -it esdv /bin/bash
```

Enter into the devcontainer and interact with BlueChi:
Expand Down

0 comments on commit 80f9a2e

Please sign in to comment.