README: improve make install example.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20091228223516-o6qxke64iahpime1
This commit is contained in:
Juan RP 2009-12-28 23:35:16 +01:00
parent d55391e2e9
commit 253be2e783

2
README
View File

@ -13,6 +13,6 @@ To build this you'll need:
By default it will be installed into /usr/local, can be changed
by setting PREFIX and DESTDIR vars as make(1) arguments.
Just run "make" and "sudo make DESTDIR=~/xbps install".
Just run "make" and "make DESTDIR=~/xbps install".
Good luck!