mirror of
https://github.com/containers/podman-compose.git
synced 2025-06-20 03:37:47 +02:00
README: Merge all repositories under single section
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
parent
27d1fc67a0
commit
93371b0f4e
30
README.md
30
README.md
@ -68,7 +68,23 @@ Or latest development version from GitHub:
|
|||||||
pip3 install https://github.com/containers/podman-compose/archive/main.tar.gz
|
pip3 install https://github.com/containers/podman-compose/archive/main.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
### Homebrew
|
### Package repositories
|
||||||
|
|
||||||
|
podman-compose is available from the following package repositories:
|
||||||
|
|
||||||
|
Debian:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt install podman-compose
|
||||||
|
```
|
||||||
|
|
||||||
|
Fedora (starting from f31) repositories:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo dnf install podman-compose
|
||||||
|
```
|
||||||
|
|
||||||
|
Homebrew:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew install podman-compose
|
brew install podman-compose
|
||||||
@ -94,18 +110,6 @@ curl -o ~/.local/bin/podman-compose https://raw.githubusercontent.com/containers
|
|||||||
chmod +x ~/.local/bin/podman-compose
|
chmod +x ~/.local/bin/podman-compose
|
||||||
```
|
```
|
||||||
|
|
||||||
or install from Debian repositories:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo apt install podman-compose
|
|
||||||
```
|
|
||||||
|
|
||||||
or install from Fedora (starting from f31) repositories:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo dnf install podman-compose
|
|
||||||
```
|
|
||||||
|
|
||||||
## Basic Usage
|
## Basic Usage
|
||||||
|
|
||||||
We have included fully functional sample stacks inside `examples/` directory.
|
We have included fully functional sample stacks inside `examples/` directory.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user