From 688904a9b1102e53e6baa7e4d5fdef2d17f66e07 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Mon, 9 Mar 2020 14:48:40 -0700 Subject: [PATCH] Fix image URLs in README --- ESXi/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ESXi/README.md b/ESXi/README.md index 6c80264..d338d43 100644 --- a/ESXi/README.md +++ b/ESXi/README.md @@ -29,10 +29,10 @@ NOTE: This is an early release and it's possible that certain features may not w These commands can be run in parallel from three separate terminal sessions. -![Packer](../img/esxi_packer.png?raw=true) +![Packer](https://github.com/clong/DetectionLab/blob/master/img/esxi_packer.png?raw=true) 3. **(1 Minute)** Once the Packer builds finish, verify that you now see Windows10, WindowsServer2016, and Ubuntu1804 in your ESXi console -![Ansible](../img/esxi_console.png?raw=true) +![Ansible](https://github.com/clong/DetectionLab/blob/master/img/esxi_console.png?raw=true) 4. **(5 Minutes)** Edit the variables in `ESXi/variables.tf` to match your local ESXi configuration or [create a terraform.tfvars file] (RECOMMENDED)(https://www.terraform.io/docs/configuration/variables.html#variable-definitions-tfvars-files) to override them. 5. **(25 Minutes)** From `DetectionLab/ESXi`, run `terraform init && terraform apply` 6. Once Terraform has finished bringing the hosts online, change your directory to `DetectionLab/ESXi/ansible` @@ -42,7 +42,7 @@ These commands can be run in parallel from three separate terminal sessions. 10. Change your directory to `DetectionLab/ESXi/ansible` 11. **(30 Minutes)** Run `ansible-playbook -vvv detectionlab.yml` 12. If all goes well, you should see the following and your lab is complete! -![Ansible](../img/esxi_ansible.png?raw=true) +![Ansible](https://github.com/clong/DetectionLab/blob/master/img/esxi_ansible.png?raw=true) If you run into any issues along the way, please open an issue on Github and I'll do my best to find a solution.