From 12e7fb6b5bfc1395ba5705167827e47acb1005dd Mon Sep 17 00:00:00 2001 From: gurkenhabicht Date: Thu, 20 Oct 2022 19:36:21 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e3dbc3..99e6907 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a vagrant setup for using BlackArch as a portable pentest environment. ## Create VM ```sh -./setup.sh +./run.sh ``` * An RSA key will be created, Vagrant will start creating the VM. Provisioning the VM is done via Ansible's `playbook.yml`. * Reboot after Ansible has provisioned the VM to get the gui to work.