Skip to content

Commit 8933a7e

Browse files
committed
Change script name
1 parent 9a0a0ea commit 8933a7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

orfs-build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ docker image and tag that are shown in the final steps of your compilation:
6262
#25 naming to docker.io/openroad/flow-ubuntu22.04-builder:6cd62b
6363
```
6464

65-
I make a modified version of the ```runorfs.sh``` script (called ```runme.sh```) that uses this image and a general tag:
65+
I make a modified version of the ```runorfs.sh``` script (called ```runbuilder.sh```) that uses this image and a general tag:
6666

6767
```bash
6868
#!/bin/bash
@@ -82,7 +82,7 @@ docker run --rm -it \
8282
Specify the tag to run this version:
8383

8484
```bash
85-
./runme.sh 6cd62b
85+
./runbuilder.sh 6cd62b
8686
```
8787

8888
## Local

0 commit comments

Comments
 (0)