Skip to content

Commit 58f08b5

Browse files
authored
Fix iso size and update README instructions
Correct iso size and improve clarity in instructions.
1 parent 6839343 commit 58f08b5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ git clone --recurse-submodules --depth 1 --shallow-submodules
77

88
> Very much a WIP
99
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.
10+
The iso genetated is about 3GB+ and github releases have a max filesize of 2GB.
1211
So I split the iso into compatibale sizes using a prefix of ISO*PART*.
1312

1413
Download the files(curl, wget, axel, Direct Download)
1514

16-
Use cat in a POSIX compliant shell with glob support(or a manual ref).
15+
Use cat in a shell with glob support(or a manual ref).
1716

1817
```bash
1918
cat ISO_PART_* > nixiso.iso

0 commit comments

Comments
 (0)