From 0ac1a6cc27ef2cf3cfb3c86cc050257a9408c13e Mon Sep 17 00:00:00 2001 From: Justin Alvarez Date: Tue, 2 Jul 2024 15:39:59 -0400 Subject: [PATCH] also remove slash from docs Signed-off-by: Justin Alvarez --- msi-builder/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msi-builder/README.md b/msi-builder/README.md index d1b545d43..e75b06ef2 100644 --- a/msi-builder/README.md +++ b/msi-builder/README.md @@ -4,7 +4,7 @@ Finch Windows MSI Tool to generate MSI installer from Finch build ## Instructions -[1] Build finch: `make FINCH_OS_IMAGE_LOCATION_ROOT=/__INSTALLFOLDER__` +[1] Build finch: `make FINCH_OS_IMAGE_LOCATION_ROOT=__INSTALLFOLDER__` - It will inject the placeholder `__INSTALLFOLDER__` into `os\finch.yaml` for the rootfs location