We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0a0ea commit 8933a7eCopy full SHA for 8933a7e
orfs-build.md
@@ -62,7 +62,7 @@ docker image and tag that are shown in the final steps of your compilation:
62
#25 naming to docker.io/openroad/flow-ubuntu22.04-builder:6cd62b
63
```
64
65
-I make a modified version of the ```runorfs.sh``` script (called ```runme.sh```) that uses this image and a general tag:
+I make a modified version of the ```runorfs.sh``` script (called ```runbuilder.sh```) that uses this image and a general tag:
66
67
```bash
68
#!/bin/bash
@@ -82,7 +82,7 @@ docker run --rm -it \
82
Specify the tag to run this version:
83
84
85
-./runme.sh 6cd62b
+./runbuilder.sh 6cd62b
86
87
88
## Local
0 commit comments