From 7df69d355776d3ea60674be5b414ea420b8a0637 Mon Sep 17 00:00:00 2001 From: TheElectronWill Date: Sun, 17 Sep 2017 18:18:22 +0200 Subject: [PATCH] Readme: add missing word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eaa5b87..518a545 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Open a terminal and run `./create-package.sh stable` to get the stable version o When a new version of discord is released, simply run the script again to get the updated version. ### Requirements -The `rpmdevtools` is required to build RPM packages. The script detects if it isn't installed and offers to install it. +The `rpmdevtools` package is required to build RPM packages. The script detects if it isn't installed and offers to install it. ### About root privileges Building an RPM package with root privileges is dangerous, see http://serverfault.com/questions/10027/why-is-it-bad-to-build-rpms-as-root.