Skip to content

Commit b668f33

Browse files
committed
Use more elegant docker build in README
1 parent 2abc815 commit b668f33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ A custom Build of OpenJDK 9 Sources for EV3, a Lego Mindstorms Brick using ARM S
66
1. Install [Docker](https://docs.docker.com/engine/installation/) for your operating system.
77
2. Build the jdk9 cross-compilation environment:
88
```sh
9-
cd build
10-
sudo docker build -t jdk9cross .
9+
sudo docker build -t jdk9cross build
1110
```
1211
3. Run the newly prepared container. We recommend mounting a host directory to the the `/build` directory in the container. At least 2 GB of free space will be needed.
1312
```

0 commit comments

Comments
 (0)