Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marinator86 committed Apr 30, 2024
1 parent 7b658c0 commit 3fcffd6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ For macOS, download the appropriate binary for your architecture:

- **Intel (x64):**
```bash
curl -L https://github.com/marinator86/portier-cli/releases/latest/download/portier-cli_darwin_amd64.tar.gz | tar xz
curl -L https://github.com/marinator86/portier-cli/releases/latest/download/portier-cli_<VERSION>_darwin_amd64.tar.gz | tar xz
sudo mv portier-cli /usr/local/bin
```

- **Apple Silicon (ARM64):**
```bash
curl -L https://github.com/marinator86/portier-cli/releases/latest/download/portier-cli_darwin_arm64.tar.gz | tar xz
curl -L https://github.com/marinator86/portier-cli/releases/latest/download/portier-cli_<VERSION>_darwin_arm64.tar.gz | tar xz
sudo mv portier-cli /usr/local/bin
```

Expand All @@ -68,19 +68,19 @@ For Linux, binaries are available in `.deb`, `.rpm`, and `.tar.gz` formats. Choo

- **Debian-based systems (e.g., Ubuntu)**
```bash
wget https://github.com/marinator86/portier-cli/releases/latest/download/portier-cli_<ARCH>.deb
wget https://github.com/marinator86/portier-cli/releases/latest/download/portier-cli_<VERSION>_<ARCH>.deb
sudo dpkg -i portier-cli_<ARCH>.deb
```

- **Red Hat-based systems (e.g., Fedora, CentOS)**
```bash
wget https://github.com/marinator86/portier-cli/releases/latest/download/portier-cli_<ARCH>.rpm
wget https://github.com/marinator86/portier-cli/releases/latest/download/portier-cli_<VERSION>_<ARCH>.rpm
sudo rpm -i portier-cli_<ARCH>.rpm
```

- **Tarball (any Linux):**
```bash
wget https://github.com/marinator86/portier-cli/releases/latest/download/portier-cli_<ARCH>.tar.gz
wget https://github.com/marinator86/portier-cli/releases/latest/download/portier-cli_<VERSION>_<ARCH>.tar.gz
tar -xzf portier-cli_<ARCH>.tar.gz
sudo mv portier-cli /usr/local/bin
```
Expand All @@ -93,13 +93,13 @@ For Windows, download the `.zip` file and extract it:

- **64-bit:**
```cmd
curl -LO https://github.com/marinator86/portier-cli/releases/latest/download/portier-cli_windows_amd64.zip
curl -LO https://github.com/marinator86/portier-cli/releases/latest/download/portier-cli_<VERSION>_windows_amd64.zip
unzip portier-cli_windows_amd64.zip -d portier-cli
```

- **ARM64:**
```cmd
curl -LO https://github.com/marinator86/portier-cli/releases/latest/download/portier-cli_windows_arm64.zip
curl -LO https://github.com/marinator86/portier-cli/releases/latest/download/portier-cli_<VERSION>_windows_arm64.zip
unzip portier-cli_windows_arm64.zip -d portier-cli
```

Expand Down

0 comments on commit 3fcffd6

Please sign in to comment.