Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
Signed-off-by: Youngjin Jo <[email protected]>
  • Loading branch information
yjinjo committed Jan 15, 2025
1 parent 8305d59 commit da700e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ brew install cfctl
**For Intel Mac**

```bash
curl -LO "https://github.com/cloudforet-io/cfctl/releases/latest/download/cfctl_Darwin_x86_64.tar.gz"
wget -LO "https://github.com/cloudforet-io/cfctl/releases/latest/download/cfctl_Darwin_x86_64.tar.gz"
```

```
Expand All @@ -38,7 +38,7 @@ sudo mv cfctl /usr/local/bin/
**For Apple Silicon Mac**

```bash
curl -LO "https://github.com/cloudforet-io/cfctl/releases/latest/download/cfctl_Darwin_arm64.tar.gz"
wget -LO "https://github.com/cloudforet-io/cfctl/releases/latest/download/cfctl_Darwin_arm64.tar.gz"
```

```bash
Expand All @@ -53,7 +53,7 @@ sudo mv cfctl /usr/local/bin/
**For x86_64**

```bash
curl -LO "https://github.com/cloudforet-io/cfctl/releases/latest/download/cfctl_Linux_x86_64.tar.gz"
wget -LO "https://github.com/cloudforet-io/cfctl/releases/latest/download/cfctl_Linux_x86_64.tar.gz"
```

```bash
Expand All @@ -65,7 +65,7 @@ sudo mv cfctl /usr/local/bin/
**For ARM64**

```bash
curl -LO "https://github.com/cloudforet-io/cfctl/releases/latest/download/cfctl_Linux_arm64.tar.gz"
wget -LO "https://github.com/cloudforet-io/cfctl/releases/latest/download/cfctl_Linux_arm64.tar.gz"
```

```bash
Expand Down

0 comments on commit da700e4

Please sign in to comment.