Correct listfiles example.

--HG--
extra : convert_revision : 7b799144eb3ace75878dd9bcee2ff6eb77a92f89
This commit is contained in:
Juan RP 2008-12-09 16:58:58 +01:00
parent ecad518a07
commit 5885c7583f

5
README
View file

@ -92,10 +92,9 @@ To only install the package, _without_ stowning it into the master directory:
$ xbps.sh install-destdir blob
To list files installed by a package, note that package must be installed
into destination directory first and you must specify package name plus
version, i.e: vim-7.2:
into destination directory first:
$ xbps.sh listfiles blob-2.4
$ xbps.sh listfiles blob
That's all for now folks. I hope you find it useful, as I do.