Hacker News
new
past
comments
ask
show
jobs
points
by
esafak
1 days ago
|
comments
by
lachieh
21 hours ago
|
next
[-]
There's always the chicken/egg problem of which dependency manager to install first, though. AFAIK there's no "trusted" installed for Homebrew on macOS though I might be wrong.
reply
by
PufPufPuf
1 days ago
|
prev
|
[-]
Exclusively? No, the very first option is the install script, which downloads and unpacks the correct binary for your OS from the Mise website:
curl
https://mise.run
| sh
...which is the same way Homebrew is installed too.
reply