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 = <