Skip to content

Commit 740e1e0

Browse files
committed
Update README.md
1 parent 519b36d commit 740e1e0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ upvm might not be for you if:
2020
#### yum/dnf (RPM) install in RHEL 7.2+ or Fedora 22+:
2121
```
2222
command -v dnf && dnf=dnf || dnf=yum
23-
$dnf install http://people.redhat.com/rsawhill/rpms/latest-rsawaroha-release.rpm
24-
$dnf install upvm
25-
/usr/share/upvm/initial-setup
23+
sudo $dnf install http://people.redhat.com/rsawhill/rpms/latest-rsawaroha-release.rpm
24+
sudo $dnf install upvm
25+
sudo /usr/share/upvm/initial-setup
2626
upvm -h
2727
```
2828

@@ -38,8 +38,10 @@ upvm -h
3838
Regardless of install method, you will be missing 2 *HIGHLY-recommended* but *optional* python modules. One provides bash-tab-completion and the other provides config-file support. `upvm` will print warnings about this to stderr but if you want to get them now:
3939

4040
1. If RHEL7, ensure access to [EPEL](https://fedoraproject.org/wiki/EPEL)
41-
1. `pip install argcomplete; activate-global-python-argcomplete`
42-
1. `pip install configargparse`
41+
1. `sudo $dnf install pip`
42+
1. `sudo pip install argcomplete`
43+
1. `sudo activate-global-python-argcomplete`
44+
1. `sudo pip install configargparse`
4345

4446
## I have some VMs ...
4547
Are you annoyed with always having to open the `virt-manager` GUI to do stuff with you VMs?

0 commit comments

Comments
 (0)