Skip to content

Commit ce35207

Browse files
authored
Fix referenced Dockerfile line numbers (#5)
1 parent 3562abe commit ce35207

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Currently, the MMTk team run the development and testing of MMTk and bindings on
1313

1414
As in [Dockerfile](https://github.com/mmtk/mmtk-dev-env/blob/main/Dockerfile), setting up the dependencies can be done through these steps:
1515

16-
1. Install the required packages: [Dockerfile#17](https://github.com/mmtk/mmtk-dev-env/blob/main/Dockerfile#L17),
17-
2. Install `rustup` and add it to `PATH`: [Dockerfile#20-21](https://github.com/mmtk/mmtk-dev-env/blob/main/Dockerfile#L20-L21),
18-
3. Install our currently used nightly Rust toolchain using `rustup`: [Dockerfile#25](https://github.com/mmtk/mmtk-dev-env/blob/main/Dockerfile#L25),
19-
4. Add the `i686-unknown-linux-gnu` target to the Rust toolchain: [Dockerfile#26](https://github.com/mmtk/mmtk-dev-env/blob/main/Dockerfile#L26)
16+
1. Install the required packages: [Dockerfile#17](https://github.com/mmtk/mmtk-dev-env/blob/main/Dockerfile#L18),
17+
2. Install `rustup` and add it to `PATH`: [Dockerfile#24-25](https://github.com/mmtk/mmtk-dev-env/blob/main/Dockerfile#L24-L25),
18+
3. Install our currently used nightly Rust toolchain using `rustup`: [Dockerfile#29](https://github.com/mmtk/mmtk-dev-env/blob/main/Dockerfile#L29),
19+
4. Add the `i686-unknown-linux-gnu` target to the Rust toolchain: [Dockerfile#30](https://github.com/mmtk/mmtk-dev-env/blob/main/Dockerfile#L30)
2020

2121
__NOTE:__ We successfully tried the same procedure on Ubuntu-20.04, but Ubuntu-18.04 is still the version we use daily.
2222

0 commit comments

Comments
 (0)