Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 2, 2023
1 parent a2be8fe commit 1fbb06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/how-to-create-a-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand Down

0 comments on commit 1fbb06f

Please sign in to comment.