Skip to content

Commit

Permalink
Get latest links
Browse files Browse the repository at this point in the history
  • Loading branch information
aramean authored Mar 2, 2022
1 parent c38f6da commit 7595f47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ By configuring the services using YAML files, you can then manage them all with

#### MacOS (ARM64)
```shell
wget -q -O .pctmp.zip github.com/aramean/go-podman-compose/releases/download/v1.0.2/podman-compose-darwin-arm64.zip && sudo unzip .pctmp.zip -d /usr/local/bin && rm -f .pctmp.zip
wget -q -O .pctmp.zip github.com/aramean/go-podman-compose/releases/latest/download/podman-compose-darwin-arm64.zip && sudo unzip .pctmp.zip -d /usr/local/bin && rm -f .pctmp.zip
```

#### MacOS (AMD64)
```shell
wget -q -O .pctmp.zip github.com/aramean/go-podman-compose/releases/download/v1.0.2/podman-compose-darwin-amd64.zip && sudo unzip .pctmp.zip -d /usr/local/bin && rm -f .pctmp.zip
wget -q -O .pctmp.zip github.com/aramean/go-podman-compose/releases/latest/download/podman-compose-darwin-amd64.zip && sudo unzip .pctmp.zip -d /usr/local/bin && rm -f .pctmp.zip
```

#### Linux (AMD64)
```shell
wget -q -O .pctmp.zip github.com/aramean/go-podman-compose/releases/download/v1.0.2/podman-compose-linux-amd64.zip && sudo unzip .pctmp.zip -d /usr/local/bin && rm -f .pctmp.zip
wget -q -O .pctmp.zip github.com/aramean/go-podman-compose/releases/latest/download/podman-compose-linux-amd64.zip && sudo unzip .pctmp.zip -d /usr/local/bin && rm -f .pctmp.zip
```

### From source
Expand Down

0 comments on commit 7595f47

Please sign in to comment.