Skip to content

Commit

Permalink
docs: fix lilipod install guide
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed Sep 20, 2023
1 parent 9990d17 commit bf11e31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/posts/install_lilipod_static.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand All @@ -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`),
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/install_podman_static.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down

0 comments on commit bf11e31

Please sign in to comment.