diff --git a/README.md b/README.md index 62186184f1d..428cdeb2d6b 100644 --- a/README.md +++ b/README.md @@ -311,14 +311,13 @@ To use xbps-src in your linux distribution use the following instructions. Let's $ wget http://repo.voidlinux.eu/static/xbps-static-latest.-musl.tar.xz $ mkdir ~/XBPS $ tar xvf xbps-static-latest..tar.xz -C ~/XBPS - $ export PATH=~/XBPS/usr/sbin:$PATH - + $ export PATH=~/XBPS/usr/bin:$PATH If your system does not support `user namespaces`, a privileged group is required to be able to use `xbps-uchroot(8)` with xbps-src, by default it's set to the `xbuilder` group, change this to your desired group: - # chown root: ~/XBPS/usr/sbin/xbps-uchroot.static - # chmod 4750 ~/XBPS/usr/sbin/xbps-uchroot.static + # chown root: ~/XBPS/usr/bin/xbps-uchroot.static + # chmod 4750 ~/XBPS/usr/bin/xbps-uchroot.static Clone the `void-packages` git repository: