Skip to content

Commit 6f06c91

Browse files
pvalenaTomasTomecek
authored andcommitted
Fix Prequisities in README.md
podman-compose or similar is required as well: ``` $ make build podman compose build [ 331.100290] evm: overlay not supported Error: looking up compose provider failed 7 errors occurred: * exec: "/root/.docker/cli-plugins/docker-compose": stat /root/.docker/cli-plugins/docker-compose: no such file or directory * exec: "/usr/local/lib/docker/cli-plugins/docker-compose": stat /usr/local/lib/docker/cli-plugins/docker-compose: no such file or directory * exec: "/usr/local/libexec/docker/cli-plugins/docker-compose": stat /usr/local/libexec/docker/cli-plugins/docker-compose: no such file or directory * exec: "/usr/lib/docker/cli-plugins/docker-compose": stat /usr/lib/docker/cli-plugins/docker-compose: no such file or directory * exec: "/usr/libexec/docker/cli-plugins/docker-compose": stat /usr/libexec/docker/cli-plugins/docker-compose: no such file or directory * exec: "docker-compose": executable file not found in $PATH * exec: "podman-compose": executable file not found in $PATH make: *** [Makefile:61: build] Error 125 ```
1 parent 694c915 commit 6f06c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This platform consists of several integrated components:
2828
## 🚀 Quick Start
2929

3030
### Prerequisites
31-
- Podman
31+
- Podman, podman-compose
3232
- Make
3333
- API tokens (see Configuration section)
3434

0 commit comments

Comments
 (0)