From 2f1a5e31a41d4b086f26438de1efd09c2b122ae3 Mon Sep 17 00:00:00 2001 From: Peter Cullen Burbery Date: Sat, 12 Oct 2024 21:30:35 -0400 Subject: [PATCH] Update README.md In installation, change from `cd ~/Downloads/commando-vm` to `cd ~/Downloads/commando-vm-main` because when you download it, the folder is named commando-vm-main by default. You could name it commando-vm instead of commando-vm-main, but if you don't change the default it will be named commando-vm-main. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa5fd4e..a04aed0 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ To permanently disable Microsoft Defender: 1. Download and extract the zip of the Commando-VM repo 1. Run PowerShell as Administrator 1. `Set-ExecutionPolicy Unrestricted -force` -1. `cd ~/Downloads/commando-vm` +1. `cd ~/Downloads/commando-vm-main` 1. `Get-ChildItem .\ -Recurse | Unblock-File` 1. `.\install.ps1` for a GUI install or `.\install.ps1 -cli` for command-line