Update README.md

This commit is contained in:
Dennis ten Hoove 2023-08-14 08:24:46 +02:00
parent 5d4bd9d3c8
commit dad6142d57

View file

@ -18,10 +18,10 @@ arkanium-build.d
Use the arkanium-build script to build your customlinux images. Use the arkanium-build script to build your customlinux images.
```shell ```shell
$ sudo arkanium-build customlinux sudo arkanium-build customlinux
### Or alternatively using a custom image name # Or alternatively using a custom image name
$ sudo ARKANIUM_OVERWRITE_RANDOM='customos_v1.0' arkanium-build customlinux sudo ARKANIUM_OVERWRITE_RANDOM='customos_v1.0' arkanium-build customlinux
``` ```
Once done you can find compressed and uncompressed copies of your new image in the `target` directory. Once done you can find compressed and uncompressed copies of your new image in the `target` directory.