File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,14 @@ 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
+ sudo -i
119
+ VERSION=$( wget -cq https://api.github.com/repos/lima-vm/lima/releases/latest -O - | jq -r .tag_name )
120
+ wget -q https://github.com/lima-vm/lima/releases/download/$VERSION /lima-${VERSION: 1} -` uname` -` uname -m` .tar.gz -O - | tar -xzC /usr/local
121
+ ```
115
122
116
123
- To install Lima from the source, run ` make && make install ` .
117
124
You can’t perform that action at this time.
0 commit comments