From e776a164830daca93cb2c5e56cb9fa0d2377bae1 Mon Sep 17 00:00:00 2001 From: Giovanni Torres Date: Fri, 15 Sep 2017 14:57:05 -0400 Subject: [PATCH] Fixed default path to $HOME --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0432ef..a7854bd 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ OPTIONS -f CPU Model / Feature (default: host) -h Display help -i Custom QCOW2 Image - -k SSH Public Key (default: /home/torresgi/.ssh/id_rsa.pub) - -l Location of Images (default: /home/torresgi/virt/images) + -k SSH Public Key (default: $HOME/.ssh/id_rsa.pub) + -l Location of Images (default: $HOME/virt/images) -M mac Mac address (default: None) -m Memory Size (MB) (default: 1024) -t Linux Distribution (default: centos7)