README.md: Add an explicit build command to the install instructions.

If you switch between branches, the qpol C extension may not be rebuilt
correctly otherwise, causing breakage.
This commit is contained in:
Chris PeBenito 2016-11-20 09:49:59 -05:00
parent e97afd7467
commit d0288fa861

View File

@ -89,6 +89,7 @@ of the SETools soures, perform the following:
Unpack the official distribution or check out the git repository,
and perform the following at the root:
```
$ python setup.py build
$ python setup.py install
```
This will put the applications in /usr/bin, data files in /usr/share/setools,