Skip to content

Commit a55d060

Browse files
Update README.md
1 parent b34acc8 commit a55d060

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/ir-cli-builder/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## The Smart Intermediate Representation Builder Image
22

3-
The `smartir/smart-ir-builder` image embeded a development enviroment for developers to code, build and test the project.
3+
The `smartir/smart-ir-builder` image embedded a development environment for developers to code, build and test the project.
44

55
### Develop
66

@@ -31,11 +31,11 @@ Under the top level of the `Smart-Intermediate-Representation` repo and run the
3131

3232
### Notes About the Image
3333

34-
- For Mac Arm64 user, please explictly specify the option `--platform linux/x86_64` to `docker build` and `docker run`, to avoid the "missing /lib64/ld-linux-x86-64.so.2" error. Ref: https://stackoverflow.com/a/69075554/12110648
34+
- For Mac Arm64 user, please explicitly specify the option `--platform linux/x86_64` to `docker build` and `docker run`, to avoid the "missing /lib64/ld-linux-x86-64.so.2" error. Ref: https://stackoverflow.com/a/69075554/12110648
3535

36-
- Since the `ir_cli` crate depends on the `smart_ir_macro` and `smart_ir` crates and are refered with relative paths(as shown bellow), this two dependencies will be removed when building the `smartir/smart-ir-builder` image. The `docker_build.sh` script does the removing automatically.
36+
- Since the `ir_cli` crate depends on the `smart_ir_macro` and `smart_ir` crates and are referred with relative paths(as shown below), this two dependencies will be removed when building the `smartir/smart-ir-builder` image. The `docker_build.sh` script does the removing automatically.
3737

3838
```toml
3939
smart_ir_macro = { path = "../smart_ir_macro", version = "0.3.0" }
4040
smart_ir = { path = "../smart_ir" }
41-
```
41+
```

0 commit comments

Comments
 (0)