From 4ed0751b8ec861ccf3ae4a48ee87232af3e5d9eb Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 12 Nov 2022 07:09:08 -0700 Subject: [PATCH] Add missing apt-get in podman readme --- podman/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/podman/README.md b/podman/README.md index 834f6bd..9a4249f 100644 --- a/podman/README.md +++ b/podman/README.md @@ -76,13 +76,13 @@ Most of the packages required for the build are installed in the container as pa ### Pop!_OS ```sh -sudo install podman +sudo apt-get install podman ``` ### Ubuntu ```sh -sudo install podman curl git make libfuse-dev +sudo apt-get install podman curl git make libfuse-dev ``` ### ArchLinux @@ -235,4 +235,4 @@ Container images and container data is normally stored in the directory `$HOME/. ```sh podman system reset ``` -removes that directory in its entirety. However, the contents of any **volume** are left alone. \ No newline at end of file +removes that directory in its entirety. However, the contents of any **volume** are left alone.