From aea71361bddbfc9223ac19200d80818ac1a668e7 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Feb 28 2018 10:17:31 +0000 Subject: Merge #64 `Remove an unneeded \ in the contribute page` --- diff --git a/developers/contribute.rst b/developers/contribute.rst index 8131c94..1455ec3 100644 --- a/developers/contribute.rst +++ b/developers/contribute.rst @@ -147,10 +147,10 @@ To build SSSD from source, follow these steps: 3. Install SSSD dependencies :: # when using yum - sudo yum-builddep rpmbuild/SRPMS/sssd-\*.src.rpm + sudo yum-builddep rpmbuild/SRPMS/sssd-*.src.rpm # when using dnf - sudo dnf builddep rpmbuild/SRPMS/sssd-\*.src.rpm + sudo dnf builddep rpmbuild/SRPMS/sssd-*.src.rpm If you plan on working with the SSSD source often, you may want to add the following to your ``~/.bashrc`` file: ::