From 906d9c0ef0576a780970fde9eab0accdf3bd916b Mon Sep 17 00:00:00 2001 From: Kyle Kotowick Date: Sat, 5 Mar 2022 16:46:47 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7cd133a..b384e11 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ module "shell_data_hello" { source = "Invicton-Labs/shell-data/external" // This is the command that will be run on Unix-based systems + // If you wanted to, you could use the file() function to read + // this command from a local file instead of specifying it as + // a string. command_unix = <