File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,13 @@ See https://github.com/simnalamburt/homebrew-x for the further information of th
111
111
#### Install Lima
112
112
113
113
- Download the binary archive of Lima from https://github.com/lima-vm/lima/releases ,
114
- and extract it under ` /usr/local ` (or somewhere else).
114
+ and extract it under ` /usr/local ` (or somewhere else). For instance:
115
+
116
+ ``` bash
117
+ brew install jq
118
+ VERSION=$( curl -fsSL https://api.github.com/repos/lima-vm/lima/releases/latest | jq -r .tag_name)
119
+ curl -fsSL https://github.com/lima-vm/lima/releases/download/${VERSION} /lima-${VERSION: 1} -$( uname -s) -$( uname -m) .tar.gz | tar Cxzvm /usr/local
120
+ ```
115
121
116
122
- To install Lima from the source, run ` make && make install ` .
117
123
You can’t perform that action at this time.
0 commit comments