diff --git a/README b/README index c13521bee9e..a8460ecf69e 100644 --- a/README +++ b/README @@ -78,6 +78,12 @@ To only install the package, _without_ stowning it into the master directory: $ pkgfs.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: + + $ pkgfs.sh listfiles blob-2.4 + That's all for now folks. I hope you find it useful, as I do. ------------------------------------------------------------------------------