From 5d04e60733d76f80173e61ea6629dd0e9a7307ce Mon Sep 17 00:00:00 2001 From: GI_Jack Date: Mon, 13 Sep 2021 10:32:15 -0400 Subject: [PATCH] escape _s in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 27c8873..6b540e1 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,15 @@ machine systems. Scripts: -------- -init_image.sh - create a blank image file, formated with a single parition and a +init\_image.sh - create a blank image file, formated with a single parition and a filesystem -mount_image.sh - mount or unmount a previously made image +mount\_image.sh - mount or unmount a previously made image -gen_cloud_template.sh - generate a cloud template images based on a profile. +gen\_cloud\_template.sh - generate a cloud template images based on a profile. see --help for more information -shrinkwrap_image.sh - reduce an .img to its smallest possible size. Especially +shrinkwrap\_image.sh - reduce an .img to its smallest possible size. Especially for export. Instalation