From e152f200f67cc5749bcf2b18138037e9d969c0f3 Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Mon, 18 Mar 2024 08:22:03 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77bc573..4ee1903 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The following command will initialize Arkdep, it will deploy a subvolume contain sudo arkdep init # Alternatively to init in to a specific directory -sudo arkdep init /target/dir +sudo ARKDEP_ROOT=/target/dir arkdep init ``` Once ardep is installed you should prepare the overlay located at `/arkdep/overlay`. The overlay is copied directly on to the root filesystem of a new deployment, create directories inside of it as-if it were a root filesystem. For example, `/arkdep/overlay/etc` will be your `/etc` folder.