From 0ae641713b7ecaa5e72c67655d38e225cea6f00a Mon Sep 17 00:00:00 2001 From: Aaron Weitekamp Date: Tue, 22 Sep 2015 11:31:17 -0400 Subject: [PATCH] move to markdown format --- docs/{file_handling.asciidoc => file_handling.md} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename docs/{file_handling.asciidoc => file_handling.md} (87%) diff --git a/docs/file_handling.asciidoc b/docs/file_handling.md similarity index 87% rename from docs/file_handling.asciidoc rename to docs/file_handling.md index 116065a6..63cf05ea 100644 --- a/docs/file_handling.asciidoc +++ b/docs/file_handling.md @@ -1,12 +1,12 @@ -== Install +## Install Installing an Atomic App means to download the artifacts and sample answerfile. -== Developing and Debugging +## Developing and Debugging Image developers may run the root container and point to a Nulecule directory on the local system. -== Directories +## Directories * `/tmp/`: Host directory for temporary Nulecule files. May be overriden. * `/tmp//.workdir`: Host directory for artifact template files with variable substitution.