From 1fbb06fb382360c55d21ed5d0ed9bfd3e1088e47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 05:33:04 +0000 Subject: [PATCH] Update from https://github.com/equetzal/huronOS-build-tools/commit/129599912ec383f9014dd57bad93981b367c6806 --- docs/development/how-to-create-a-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/how-to-create-a-build.md b/docs/development/how-to-create-a-build.md index 4b385a2..3b2f379 100644 --- a/docs/development/how-to-create-a-build.md +++ b/docs/development/how-to-create-a-build.md @@ -12,7 +12,7 @@ To build huronOS you'll need to follow several steps: 2. **Get huronOS-build-tools** Clone this repo on the `/` root directory of your newly installed Debian with the following command - `git clone --recursive https://github.com/equetzal/huronOS-build-tools` + `git clone --recurse-submodules https://github.com/equetzal/huronOS-build-tools` 3. **Compile the huronOS kernel** huronOS needs a kernel that supports [AUFS](https://aufs.sf.net), so we need to replace the kernel. To do so, run as **root**: