diff --git a/README.md b/README.md index e23b0dd..bc8c843 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,11 @@ RPM source package typically contains a spec file and the sources (upstream tarb User Guide ---------- -The project is prepared to be built as an RPM package. You can easily build it on [Fedora](https://getfedora.org/) or [CentOS](https://www.centos.org/) using a tool called [Tito](https://github.com/dgoodwin/tito). The following are the basic steps to take when installing the package but I would recommend going through [this basic workflow](https://clime.github.io/2017/05/20/DistGit-1.0.html#okay-i-want-to-try-the-distgit-package-out-how) as well. +You can follow [this basic workflow](https://clime.github.io/2017/05/20/DistGit-1.0.html#okay-i-want-to-try-the-distgit-package-out-how) before reading the tips below. #### 1. Build and Install the Package: +The project is prepared to be built as an RPM package. You can easily build it on [Fedora](https://getfedora.org/) or [CentOS](https://www.centos.org/) using a tool called [Tito](https://github.com/dgoodwin/tito). To build the current release, use the following command in the repo directory: ```