From 2ecf3a97c6c178dd68097407e141753e64960e72 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 14 Apr 2015 08:33:31 +0200 Subject: [PATCH] README: NO ROOT REQUIRED --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e36e413ed98..62409ac01d3 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,8 @@ multiple utilities to accomplish this task: - `unshare(1)` - util-linux utility that uses `user_namespaces(7)`. - `proot(1)` - utility that implements chroot/bind mounts in user space, see http://proot.me. -By default `xbps-src` uses `xbps-uunshare(8)`, but you can change the utility with -the `XBPS_CHROOT_CMD` configuration variable in `etc/conf`, i.e: - - $ cd void-packages - $ echo XBPS_CHROOT_CMD=uchroot >> etc/conf +> NOTE: you don't need to be `root` to use `xbps-src`, use your preferred chroot style as explained +below. #### xbps-uunshare(8)