From 0b4f5e2e06e045ff4fe861eda8b5a1f3847688fb Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 20 Sep 2021 15:52:26 +0100 Subject: [PATCH] MVP release --- README.md | 7 +++++++ conf/default.ini | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c567a70..2c68b83 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # Alteryx Deploy Alteryx automated deployment utility + +## Dependencies + +This module depends on the usage of functions provided by two modules: + +1. PowerShell Tool Kit (PSTK) module +2. Alteryx PowerShell (PSAYX) module diff --git a/conf/default.ini b/conf/default.ini index 8d3f4f2..bb32719 100644 --- a/conf/default.ini +++ b/conf/default.ini @@ -50,4 +50,4 @@ HTTPPort = 80 HTTPSPort = 443 [Checks] -RelativePaths = ConfDirectory, PSDirectory, TempDirectory, LogDirectory, ResDirectory +RelativePaths = ConfDirectory, PSDirectory, TempDirectory, LogDirectory, ResDirectory