bump version
This commit is contained in:
parent
b1aba889e3
commit
6ff4033a13
1 changed files with 3 additions and 3 deletions
|
|
@ -74,18 +74,18 @@ manually download the pre-built binary for your platform from the [releases page
|
||||||
1. Download the binary for your platform:
|
1. Download the binary for your platform:
|
||||||
- **Linux**:
|
- **Linux**:
|
||||||
```bash
|
```bash
|
||||||
wget https://codeberg.org/headshed/infctl-cli/releases/download/v0.0.1/infctl-linux-amd64 -O /usr/local/bin/infctl
|
wget https://codeberg.org/headshed/infctl-cli/releases/download/v0.0.2/infctl-linux-amd64 -O /usr/local/bin/infctl
|
||||||
```
|
```
|
||||||
- **Windows**:
|
- **Windows**:
|
||||||
Download the `.exe` file from the [releases page](https://codeberg.org/headshed/infctl-cli/releases) and place it in a directory included in your `PATH`.
|
Download the `.exe` file from the [releases page](https://codeberg.org/headshed/infctl-cli/releases) and place it in a directory included in your `PATH`.
|
||||||
|
|
||||||
- **macOS (Intel)**:
|
- **macOS (Intel)**:
|
||||||
```bash
|
```bash
|
||||||
wget https://codeberg.org/headshed/infctl-cli/releases/download/v0.0.1/infctl-darwin-amd64 -O /usr/local/bin/infctl
|
wget https://codeberg.org/headshed/infctl-cli/releases/download/v0.0.2/infctl-darwin-amd64 -O /usr/local/bin/infctl
|
||||||
```
|
```
|
||||||
- **macOS (Apple Silicon)**:
|
- **macOS (Apple Silicon)**:
|
||||||
```bash
|
```bash
|
||||||
wget https://codeberg.org/headshed/infctl-cli/releases/download/v0.0.1/infctl-darwin-arm64 -O /usr/local/bin/infctl
|
wget https://codeberg.org/headshed/infctl-cli/releases/download/v0.0.2/infctl-darwin-arm64 -O /usr/local/bin/infctl
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Make the binary executable:
|
2. Make the binary executable:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue