aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index e61717d..adf1be2 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ Prepare Hypervisor:
Follow the below steps to prepare the host OS (hypervisor) for SEV support:
# cd /home/user/
-# git --single-branch -b master clone https://github.com/AMDESE/AMDSEV.git
+# git clone --single-branch -b master https://github.com/AMDESE/AMDSEV.git
# cd AMDSEV
# ./build.sh (this should take a while, it will build the linux kernel, qemu and ovmf)