add a missing "make install" call to README in the libapparmor section.

Acked-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
Christian Boltz 2011-09-12 22:30:17 +02:00
parent f28b91b8cf
commit 02e1e94ab9

1
README
View file

@ -65,6 +65,7 @@ $ sh ./autogen.sh
$ sh ./configure --prefix=/usr --with-perl # see below
$ make
$ make check
$ make install
[optional arguments to libapparmor's configure include --with-python
and --with-ruby, to generate python and ruby bindings to libapparmor,