docs: fix lilipod install guide

Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
This commit is contained in:
Luca Di Maio
2023-09-20 08:43:46 +02:00
parent 9990d17bf4
commit bf11e3112f
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# Install Podman in a static manner
# Install Lilipod in a static manner
If on your distribution (eg. SteamOS) can be difficult to install something and keep it
between updates, then you could use this script to install `podman` in your `$HOME`.
between updates, then you could use this guide to install `lilipod` in your `$HOME`.
1. Add the Path you've chosen to install to your PATH (by default it's `$HOME/.local/bin`.
- [See here how to do it](https://www.howtogeek.com/658904/how-to-add-a-directory-to-your-path-in-linux/)
@@ -12,7 +12,7 @@ between updates, then you could use this script to install `podman` in your `$HO
This is particularly indicated also for completely *sudoless* setups, where you don't
have any superuser access to the system, like for example company provided computers.
Download the latest release of [podman-launcher](https://github.com/89luca89/podman-launcher/releases)
Download the latest release of [lilipod](https://github.com/89luca89/lilipod/releases)
and put it somewhere in your $PATH
Provided the only dependency on the host (`newuidmap/newgidmap`, of the package `uidmap` or `shadow`),

View File

@@ -1,7 +1,7 @@
# Install Podman in a static manner
If on your distribution (eg. SteamOS) can be difficult to install something and keep it
between updates, then you could use this script to install `podman` in your `$HOME`.
between updates, then you could use this guide to install `podman` in your `$HOME`.
1. Add the Path you've chosen to install to your PATH (by default it's `$HOME/.local/bin`.
- [See here how to do it](https://www.howtogeek.com/658904/how-to-add-a-directory-to-your-path-in-linux/)