Skip to content

Commit f81b72b

Browse files
author
Mingshen Sun
committed
Update the README file for saperating packages and distro
1 parent b48fa80 commit f81b72b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@ image for a container.
4747

4848
#### Clone MesaLock repository
4949

50-
Clone `mesalock-distro` repositry recursively with its submodules (packages).
50+
Clone `mesalock-distro` and `pacakges` repositories.
5151

5252
```sh
53-
$ git clone --recursive https://github.com/mesalock-linux/mesalock-distro.git
53+
$ mkdir mesalock-linux && cd mesalock-linux
54+
$ git clone https://github.com/mesalock-linux/mesalock-distro.git
55+
$ git clone https://github.com/mesalock-linux/packages.git
5456
$ cd mesalock-distro
5557
```
5658

@@ -62,7 +64,7 @@ container environment, you can build packages, live ISO, and rootfs.
6264

6365
```sh
6466
$ docker build -t mesalocklinux/build-mesalock-linux --rm build-dockerfile
65-
$ docker run -v $(pwd):/mesalock-distro -w /mesalock-distro \
67+
$ docker run -v $(dirname $(pwd)):/mesalock-linux -w /mesalock-linux \
6668
-it mesalocklinux/build-mesalock-linux /bin/bash
6769
```
6870

0 commit comments

Comments
 (0)