Update README.md
This commit is contained in:
parent
5d4bd9d3c8
commit
dad6142d57
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue