5 ms·
How did you try it? You said on github it doesn't work.
by Tacite 6mo ago
How did you try it? You said on github it doesn't work.
- deleted 6mo ago[deleted]
- wlesieutre 6mo agoThey said it didn't work installed from homebrew, so I assume they went back and did the curl | bash install option
- Tacite 6mo agoThis option didn't work either. I tried it. Also, the install script… installs Brew. So at the end, it's the same?
- RayVR 6mo agoThat’s hilarious
- emmelaich 6mo agoOh dear. if ! command -v brew &>/dev/null; then info "Installing Homebrew..." /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" eval "$(/opt/homebrew/bin/brew shellenv)" fi
- sanchitmonga22 6mo agoFair point. The install script shouldn't silently install Homebrew without explicit consent. We'll update it to detect when Homebrew is missing and prompt the user before installing anything beyond RCLI itself. In the meantime, if you already have Homebrew, you can install directly: brew tap RunanywhereAI/rcli https://github.com/RunanywhereAI/RCLI.git https://github.com/RunanywhereAI/RCLI.git brew install rcli rcli setup Or build from source if you prefer not to use either method: https://github.com/RunanywhereAI/RCLI#build-from-source https://github.com/RunanywhereAI/RCLI#build-from-source
- vessenes 6mo agoIt loads after those errors. Tap space and talk to it.