From bb5e906e71ebcc4caf67b8fec666a35a76944d86 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Wed, 18 Jun 2014 01:09:04 +0100 Subject: [PATCH] change formatting in README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 08a54f1..c20ea83 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # Build-Instance -This git repo contains kickstart files that define how the various CentOS Cloud Instances are built. These kickstarts are parsed with virt-install. Every kickstart must be named in the following convention: -CentOS----.ks +This git repo contains kickstart files that define how the various CentOS Cloud Instances are built. These kickstarts are parsed withi `virt-install`. Every kickstart must be named in the following convention: + + CentOS----.ks eg: -CentOS-6-x86_64-OpenStack-6.5_20140119.ks + CentOS-6-x86_64-OpenStack-6.5_20140119.ks Along with every kickstart is a metadata file, with the same name as the kickstart, except ending with .json ( because they are json files )