Skip to content

Commit e96bc97

Browse files
authored
Fix a typo in documentation
The image name should be "openroad/flow-ubuntu22.04-builder" and not "openroad/flow-ubuntu22-builder", to match the name in build_openroad.sh Signed-off-by: Uri Shaked <[email protected]>
1 parent 33a10d0 commit e96bc97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/BuildWithDocker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You can restrict the number of CPUs with the `-t|--threads N` argument:
7171
The binaries are only available from inside a Docker container. Here is an example of starting a container from the created Docker image.
7272

7373
``` shell
74-
docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22-builder
74+
docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22.04-builder
7575
```
7676

7777
Then, inside docker:

0 commit comments

Comments
 (0)