From c3183a36fa299a0338c8cdf2a1d7af7fcc846bf0 Mon Sep 17 00:00:00 2001 From: Andrew Beers Date: Mon, 11 Nov 2019 23:21:34 -0800 Subject: [PATCH] remove development section, Carrie's new instructions cover it (#638) --- execution-frameworks/Invoke-AtomicRedTeam/README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/execution-frameworks/Invoke-AtomicRedTeam/README.md b/execution-frameworks/Invoke-AtomicRedTeam/README.md index 5f174eaa..7e07b980 100644 --- a/execution-frameworks/Invoke-AtomicRedTeam/README.md +++ b/execution-frameworks/Invoke-AtomicRedTeam/README.md @@ -44,13 +44,6 @@ Force `Install-AtomicRedTeam -Force` -### Development - -If you will be contributing to Atomic Red Team or plan on running it from a cloned github repo, move it to the following folder on your Windows computer for compatibility with most tests as many of them still have hard-coded paths. - -`C:\AtomicRedTeam` - - ### Manual @@ -85,7 +78,7 @@ This assumes your atomics folder is in the default location of `\Atomi Where `` is `C:` in Windows or `~` in Linux/MacOS -You can override the default path to the atomics folder using the `$PSDefaultParameterValues` preference variable as shown below. +You can override the default path to the atomics folder using the `$PSDefaultParameterValues` preference variable as shown below. ``` $PSDefaultParameterValues = @{"Invoke-AtomicTest:PathToAtomicsFolder"="C:\Users\myuser\Documents\code\atomic-red-team\atomics"}