From 309b43583492a31632f2b5b2a20137be4ec85e69 Mon Sep 17 00:00:00 2001 From: Tau Date: Sun, 15 Dec 2024 14:32:21 +0100 Subject: [PATCH] clarify location of vib-build.yml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 455db15..db51cfe 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This template repository is a starting point for creating custom [Vib images](ht - First, click on the Use this template button in the top right corner, then from the drop-down menu select Create a new repository. This would create a new repository with the same files and directories as this repository. - Go to **Settings → Actions → General** and ensure "_Allow all actions and reusable workflows_" are enabled. - Now, clone the repository to your local machine and let's start customizing your image. You can also use the GitHub online editor if you prefer. -- Open the `vib-build.yml` workflow file and replace the custom image name with an image name of your choosing in line 14. +- Open the `vib-build.yml` workflow file in the `.github/workflows` folder and replace the custom image name with an image name of your choosing in line 14. - Open the `recipe.yml` file and replace the image name and ID with your image name and ID in lines 1 and 2. - Now, perform your additions and modifications to the recipe as per your requirements. - If you just want to install `.deb` files, you can just put them in `includes.container/deb-pkgs` (if you choose this option, make sure to keep the .deb file up to date, it will not be upgraded automatically)