From: Rob Browning Date: Thu, 10 Jan 2013 03:08:52 +0000 (-0600) Subject: Add missing "install" argument to yum command in README.md. X-Git-Tag: bup-0.25-rc2~98 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=56b31156128142731f370d52393a3ad64552526c Add missing "install" argument to yum command in README.md. Thanks to Paul Schulz for pointing it out. Signed-off-by: Rob Browning --- diff --git a/README.md b/README.md index aca7690..5a81716 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ From source yum groupinstall "Development Tools" yum install python python-dev - yum fuse-python pyxattr pylibacl + yum install fuse-python pyxattr pylibacl yum install perl-Time-HiRes - Build the python module and symlinks: