Update 'README.md'

This commit is contained in:
array-in-a-matrix 2023-06-28 03:25:30 -04:00
parent f81a473276
commit 026d661cae

View file

@ -16,6 +16,5 @@ Using an Arch Linux or Arch-based distro is required to build the live distro im
```sh
ISO=$(mktemp -d) # make sure your tmpfs is big enough or build into a different directory
sudo mkarchiso -v -w $ISO -o $ISO live
run_archiso -i $ISO/guh-linux-pro-ultra-max-<...>-x86_64.iso -u # the day would the iso is built would be in place of the "..."
run_archiso -i -u $ISO/guh-linux-pro-ultra-max-<...>-x86_64.iso # the date of the iso's build would be in place of the "..."
```