From db088001ea217b7a6eaaefb41b20da8bbce6d847 Mon Sep 17 00:00:00 2001 From: sharpenedblade Date: Thu, 4 Jul 2024 15:32:32 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b9c20e..298cd67 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ Follow the [firmware guide](https://wiki.t2linux.org/guides/wifi/). Clone this repo locally: ```bash -git clone --depth 1 https://github.com/t2linux/fedora t2-fedora +git clone --recursive --depth 1 https://github.com/t2linux/fedora t2-fedora cd t2-fedora ``` -Then run the build container, which has dependencies already installed. The packages will be in `builddir`: +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: ```bash podman run --privileged -v "$PWD":/repo ghcr.io/t2linux/fedora-dev:latest /repo/build-packages.sh