We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e24b141 + 9dece8a commit a156bddCopy full SHA for a156bdd
README.md
@@ -120,7 +120,7 @@ and extract it under `/usr/local` (or somewhere else). For instance:
120
```bash
121
brew install jq
122
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
+curl -fsSL "https://github.com/lima-vm/lima/releases/download/${VERSION}/lima-${VERSION:1}-$(uname -s)-$(uname -m).tar.gz" | tar Cxzvm /usr/local
124
```
125
126
- To install Lima from the source, run `make && make install`.
0 commit comments