mirror of
https://github.com/89luca89/distrobox.git
synced 2025-02-25 18:55:25 -06:00
docs: fix lilipod install guide
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
This commit is contained in:
@@ -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`),
|
||||
|
||||
@@ -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/)
|
||||
|
||||
Reference in New Issue
Block a user