aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Entriken <github.com@phor.net>2022-08-11 20:32:48 -0400
committerWilliam Entriken <github.com@phor.net>2022-08-11 20:34:59 -0400
commitf26a5246e3badec4c3b1fcf23a5096a2195f03e0 (patch)
treea836335b6b3cfb690dc01ae317153d686f18308a /README.md
parent0fc27ce9805ff1e8c4abd80bd711c60b4d75d3f3 (diff)
downloadpodman-f26a5246e3badec4c3b1fcf23a5096a2195f03e0.tar.gz
podman-f26a5246e3badec4c3b1fcf23a5096a2195f03e0.tar.bz2
podman-f26a5246e3badec4c3b1fcf23a5096a2195f03e0.zip
Fix updated link to install instructions
Signed-off-by: William Entriken <github.com@phor.net>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 74f59af0f..aed70ad4f 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ Some of these restrictions can be lifted (via `--privileged`, for example), but
If you run Podman as your user and mount in `/etc/passwd` from the host, you still won't be able to change it, since your user doesn't have permission to do so.
Almost all normal Podman functionality is available, though there are some [shortcomings](https://github.com/containers/podman/blob/main/rootless.md).
-Any recent Podman release should be able to run rootless without any additional configuration, though your operating system may require some additional configuration detailed in the [install guide](https://github.com/containers/podman/blob/main/install.md).
+Any recent Podman release should be able to run rootless without any additional configuration, though your operating system may require some additional configuration detailed in the [install guide](https://podman.io/getting-started/installation).
A little configuration by an administrator is required before rootless Podman can be used, the necessary setup is documented [here](https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md).