Skip to content

Commit a156bdd

Browse files
authored
Merge pull request #732 from Junnplus/curl-patch
Fix curl url
2 parents e24b141 + 9dece8a commit a156bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ and extract it under `/usr/local` (or somewhere else). For instance:
120120
```bash
121121
brew install jq
122122
VERSION=$(curl -fsSL https://api.github.com/repos/lima-vm/lima/releases/latest | jq -r .tag_name)
123-
curl -fsSL https://github.com/lima-vm/lima/releases/download/${VERSION}/lima-${VERSION:1}-$(uname -s)-$(uname -m).tar.gz | tar Cxzvm /usr/local
123+
curl -fsSL "https://github.com/lima-vm/lima/releases/download/${VERSION}/lima-${VERSION:1}-$(uname -s)-$(uname -m).tar.gz" | tar Cxzvm /usr/local
124124
```
125125

126126
- To install Lima from the source, run `make && make install`.

0 commit comments

Comments
 (0)