Add missing apt-get in podman readme
This commit is contained in:
parent
f312f466f6
commit
4ed0751b8e
1 changed files with 3 additions and 3 deletions
|
@ -76,13 +76,13 @@ Most of the packages required for the build are installed in the container as pa
|
||||||
### Pop!_OS
|
### Pop!_OS
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo install podman
|
sudo apt-get install podman
|
||||||
```
|
```
|
||||||
|
|
||||||
### Ubuntu
|
### Ubuntu
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo install podman curl git make libfuse-dev
|
sudo apt-get install podman curl git make libfuse-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
### ArchLinux
|
### ArchLinux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue