Browse Source

chore(packer): Fixed readme

Tyler Ault 1 year ago
parent
commit
a2ba956797
1 changed files with 3 additions and 1 deletions
  1. 3 1
      packer/proxmox/README.md

+ 3 - 1
packer/proxmox/README.md

@@ -21,7 +21,9 @@ packer {
 
 ## Running Packer
 
-```packer build -var-file ..\\credentials.pkr.hcl  ubuntu-server-noble.pkr.hcl```
+1. Navigate into the folder you want to create a template with
+2. Run ```packer build -var-file ../credentials.pkr.hcl .```
+
 
 ## Troubleshooting 
 - If you have tailscale installed, be aware that packer could grab the IP of your tailscale adapter rather than your LAN. You can either hard code the IP in the boot command or try setting the ```http_interface``` option