From 7b42661d75962b9c0b2772937da26fcf669e347c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 6 Nov 2017 14:51:41 +0100 Subject: [PATCH] README.md: fix proot link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 484d068266a..459bc6cbb56 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ multiple utilities to accomplish this task: - `xbps-uunshare(1)` - XBPS utility that uses `user_namespaces(7)` (part of xbps, default). - `xbps-uchroot(1)` - XBPS utility that uses `namespaces` and must be `setgid` (part of xbps). - - `proot(1)` - utility that implements chroot/bind mounts in user space, see http://proot.me. + - `proot(1)` - utility that implements chroot/bind mounts in user space, see https://proot-me.github.io/. > NOTE: you don't need to be `root` to use `xbps-src`, use your preferred chroot style as explained below.