Skip to content

Commit 0b45650

Browse files
author
Mingshen Sun
committed
Fix the docker command in the readme file
1 parent f68211a commit 0b45650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ container environment, you can build packages, live ISO, and rootfs.
6464

6565
```sh
6666
$ docker build -t mesalocklinux/build-mesalock-linux --rm build-dockerfile
67-
$ docker run -v $(dirname $(pwd)):/mesalock-linux -w /mesalock-linux \
67+
$ docker run -v $(dirname $(pwd)):/mesalock-linux -w /mesalock-linux/mesalock-distro \
6868
-it mesalocklinux/build-mesalock-linux /bin/bash
6969
```
7070

0 commit comments

Comments
 (0)