Skip to content

Commit e3ae06e

Browse files
authored
Merge pull request #1942 from urish/patch-1
Fix a typo in documentation
2 parents a008f1c + e96bc97 commit e3ae06e

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)