From dad6142d573f9dae5fab04b59e9fe956fb6f7dc9 Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Mon, 14 Aug 2023 08:24:46 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d64b56..fb6445e 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ arkanium-build.d Use the arkanium-build script to build your customlinux images. ```shell -$ sudo arkanium-build customlinux +sudo arkanium-build customlinux -### Or alternatively using a custom image name -$ sudo ARKANIUM_OVERWRITE_RANDOM='customos_v1.0' arkanium-build customlinux +# Or alternatively using a custom image name +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.