Skip to content

Commit db08800

Browse files
Update README.md
1 parent 6b23ce5 commit db08800

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Follow the [firmware guide](https://wiki.t2linux.org/guides/wifi/).
1919
Clone this repo locally:
2020

2121
```bash
22-
git clone --depth 1 https://github.com/t2linux/fedora t2-fedora
22+
git clone --recursive --depth 1 https://github.com/t2linux/fedora t2-fedora
2323
cd t2-fedora
2424
```
2525

26-
Then run the build container, which has dependencies already installed. The packages will be in `builddir`:
26+
Then run the build container, which has dependencies already installed. The packages will be in `builddir`. If you want to only build a specific package, pass its name as a argument to this command:
2727

2828
```bash
2929
podman run --privileged -v "$PWD":/repo ghcr.io/t2linux/fedora-dev:latest /repo/build-packages.sh

0 commit comments

Comments
 (0)