diff --git a/README.md b/README.md index 75bc2d0b6a9..01959e09195 100644 --- a/README.md +++ b/README.md @@ -116,11 +116,14 @@ $ ./xbps-src pkg When the package and its required dependencies are built, the binary packages will be created and registered in the default local repository at `hostdir/binpkgs`; the path to this local repository can be added to -any xbps configuration file or by explicitly appending them via cmdline, i.e: +any xbps configuration file (see xbps.d(5)) or by explicitly appending them via cmdline, i.e: $ xbps-install --repository=/path/to/hostdir/binpkgs ... $ xbps-query --repository=/path/to/hostdir/binpkgs ... +> Currently xbps expects absolute path when using the `--repository` option. This has been +corrected in the 0.44 version. + By default **xbps-src** will try to resolve package dependencies in this order: - If dependency exists in the local repository, use it (`hostdir/binpkgs`).