Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheiy committed Mar 28, 2024
1 parent cfc1d06 commit 8895d6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions uui-e2e-tests/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#### Windows
1. Install Podman from here: https://github.com/containers/podman/releases/tag/v5.0.0 Note: you might need to restart computer after that.
2. Download "Docker Compose" via Powershell (with Admin privileges)
```shell
Start-BitsTransfer -Source "https://github.com/docker/compose/releases/download/v2.26.0/docker-compose-Windows-x86_64.exe" -Destination $Env:ProgramFiles\Docker\docker-compose.exe
```
```shell
Start-BitsTransfer -Source "https://github.com/docker/compose/releases/download/v2.26.0/docker-compose-Windows-x86_64.exe" -Destination $Env:ProgramFiles\Docker\docker-compose.exe
```
3. Run next commands:
```bash
podman machine init
Expand Down

0 comments on commit 8895d6a

Please sign in to comment.