From 5e2bf8269d82f02065001ca87c42aa0eeeaf1fcd Mon Sep 17 00:00:00 2001 From: sshockley Date: Thu, 27 Nov 2025 01:24:23 +0000 Subject: [PATCH] Fix git clone URL URL had dash instead of underscore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c48d091..4bcb577 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ A text user interface (TUI) for managing VMware Workstation virtual machines. Bu 1. Clone the repository: bash -git clone https://github.com/meanaverage/vmware-tui.git +git clone https://github.com/meanaverage/vmware_tui.git cd vmware-manager 2. Create a virtual environment (optional but recommended):