We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6839343 commit 58f08b5Copy full SHA for 58f08b5
1 file changed
README.md
@@ -7,13 +7,12 @@ git clone --recurse-submodules --depth 1 --shallow-submodules
7
8
> Very much a WIP
9
10
-Building the iso fails locally so git commits beging with "build-iso" trigger and action that build the iso.
11
-The iso genetated is about 3.7GB and github releases have a max filesize of 2GB.
+The iso genetated is about 3GB+ and github releases have a max filesize of 2GB.
12
So I split the iso into compatibale sizes using a prefix of ISO*PART*.
13
14
Download the files(curl, wget, axel, Direct Download)
15
16
-Use cat in a POSIX compliant shell with glob support(or a manual ref).
+Use cat in a shell with glob support(or a manual ref).
17
18
```bash
19
cat ISO_PART_* > nixiso.iso
0 commit comments