From 45daf9deec4940fa172a13540cfe9c02df9c1e89 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Tue, 2 Jul 2024 21:51:10 +0530 Subject: [PATCH] docs: update ABRoot command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 552e707..06a72d9 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This template repository is a starting point for creating custom [Vib images](ht If your image is successfully built, you can then point ABRoot to your custom image to use it. -- Edit the `/etc/abroot/abroot.json` file with the command: `host-shell pkexec nano /etc/abroot/abroot.json`. +- Edit the configuration file with the command: `abroot config-editor`. - Change the "name" entry from something like `vanilla-os/desktop` to `your-github-name/your-image-name` (for example `taukakao/custom`). [**Note**: All characters must be in lowercase.] - Now, Run `abroot upgrade` to switch to your custom image.