docs: update ABRoot command in README

This commit is contained in:
K.B.Dharun Krishna 2024-07-02 21:51:10 +05:30 committed by GitHub
parent 2269a47df7
commit 45daf9deec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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. 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.] - 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. - Now, Run `abroot upgrade` to switch to your custom image.