Update README to match current install procedure

This commit is contained in:
rr- 2016-03-17 08:04:21 +01:00
parent 74b9cade48
commit 2957fa3538

View File

@ -7,13 +7,15 @@ Requirements
------------
* A POSIX-compliant system,
* libogg.
* `libogg`.
Installing
----------
mkdir build && cd build
cmake ..
make
make DESTDIR=/usr/local install
make install
Documentation
-------------