Skip to content

Commit 0fd5d6c

Browse files
author
Murilo Marinho
committed
[README] Add information about the commandline arguments..
1 parent 8c11b93 commit 0fd5d6c

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
## Example docker compose
1717

1818
> [!TIP]
19-
> Replace `murilomarinho/coppeliasim:latest` with your desired image.\
20-
> Notice that `$COPPELIASIM_PATH` is defined in the container.
19+
> You can replace `murilomarinho/coppeliasim:latest` with your desired image.
2120
2221
Contents of the `compose.yml`.
2322

@@ -38,9 +37,16 @@ services:
3837
&& ./coppeliaSim.sh "
3938
```
4039
40+
> [!TIP]
41+
> You can send commandline arguments to `coppeliaSim.sh`
42+
> as defined in the [official documentation](https://manual.coppeliarobotics.com/en/commandLine.htm).
43+
4144
Which can be run in the same directory with
4245

4346
```commandline
4447
xhost +local:root
4548
docker compose up
46-
```
49+
```
50+
51+
52+

0 commit comments

Comments
 (0)