Skip to content

Commit

Permalink
Update README.md (#305)
Browse files Browse the repository at this point in the history
* Update README.md

* update docker readme  file
  • Loading branch information
MarijaGolubovic authored Jan 3, 2025
1 parent 1775c0f commit 4ba6643
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,17 @@

```sh
cd ./mep3/docker
make all
make build destroy run exec IMAGE=mep3
```

> Time to time you can run `make destroy run` to get the newest packages.
4. Wait for the provisioning script to finish

5. Run the `cb` command in the opened terminal. (`cb` is a shortcut for `colcon build` with the necessary arguments.)

6. Run the command `source ./install/setup.bash` or exit and re-enter the container. This step is necessary every time you start the build process.

5. _Optional:_ run interactive setup if you prefer to manually configure the container

```sh
Expand Down

0 comments on commit 4ba6643

Please sign in to comment.