Skip to content

Commit c9e5cac

Browse files
authored
Update README.md
Fixed the guidance around *.iso download directory. Signed-off-by: Ivaylo Ivanov <[email protected]>
1 parent 1112774 commit c9e5cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ To install ESXi, your system must meet specific requirements. Refer the [ESXi Re
7373
## Generating the ESXi ISO Image
7474

7575
1. Use a Secure Shell (SSH) client to log in as the `root` user to the photon appliance at `<host_virtual_machine_fqdn>:22`.
76-
2. Clone the repository into a directory.
76+
2. Clone the repository into current directory.
7777

7878
```console
7979
git clone https://github.com/vmware/python-script-for-esxi-imaging.git
8080
cd python-script-for-esxi-imaging
8181
```
8282

83-
3. Download the ESXi installer (ISO file) from your OEM or the [Broadcom Support Portal][kb-broadcom-downloads] and place the ISO file in the `esxi-imaging` directory.
83+
3. Download the ESXi installer (ISO file) from your OEM or the [Broadcom Support Portal][kb-broadcom-downloads] and place the ISO file in the `python-script-for-esxi-imaging` directory that has been created during previous step.
8484
4. Modify the [`re-image-hosts.json`][sample-json] file to update details like the ISO file name, MD5 checksum, network configuration, and installation disk.
8585

8686
| Information | Required or Optional | Comments |

0 commit comments

Comments
 (0)