From 6d1dd498beacd0e14dcf67901564f021a9611cd9 Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Thu, 22 Feb 2024 14:56:41 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ea517d..0f0039f 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ arkdep-build.d | ├── boostrap.list # Plain text file containing list of packages installed by pacstrap, used for installing the base system | ├── package.list # (Optional) Plain text file containing list of packages installed by pacman in a chroot, used for aditional package installations | ├── type # Plain text file, for configs of the Arch type should contain `archlinux` -| ├── scripts # (Optional) Directory for custom scripts +| ├── extensions # (Optional) Directory for custom scripts | ├── post-bootstrap.sh # (Optional) Custom bash script which runs after bootstrapping the system | ├── post-install.sh # (Optional) Custom bash script which runs after system installation is finished ```