diff options
author | Adel Mamin <adel.mamin@exafore.com> | 2019-05-31 22:22:04 +0300 |
---|---|---|
committer | Adel Mamin <adel.mamin@exafore.com> | 2019-07-03 12:38:35 +0300 |
commit | 229c5d6bb285344827cbe0af0f508031803c31e2 (patch) | |
tree | 9c55e7f32817136a873d324ba50d522076cc2ec6 | |
parent | 08bd05cf5c40affe72b4709e646e795fd3ff623c (diff) | |
download | podman-229c5d6bb285344827cbe0af0f508031803c31e2.tar.gz podman-229c5d6bb285344827cbe0af0f508031803c31e2.tar.bz2 podman-229c5d6bb285344827cbe0af0f508031803c31e2.zip |
Addressed code review comments
Signed-off-by: Adel Mamin <adel.mamin@exafore.com>
-rw-r--r-- | install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.md b/install.md index 27610273f..aca2a6c03 100644 --- a/install.md +++ b/install.md @@ -149,7 +149,7 @@ CONFIG_USER_NS=y ``` If not, please update the kernel. -For Manjaro Linux the instructions could be found here: +For Manjaro Linux the instructions can be found here: https://wiki.manjaro.org/index.php/Manjaro_Kernels After that enable user namespaces: |