We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9a632 commit 9876348Copy full SHA for 9876348
1 file changed
install.sh
@@ -10,12 +10,10 @@ fi
10
11
if ! command -v cargo >/dev/null 2>&1; then
12
echo "Homebrew is not available and Rust/Cargo was not found."
13
- echo "Install Homebrew or Rust first, or run:"
14
- echo " curl -fsSL https://raw.githubusercontent.com/BrainBuzzer/semantic-explorer/main/README.md"
+ echo "Install Homebrew or Rust first, or use one of the alternate methods in README.md."
15
exit 1
16
fi
17
18
echo "Homebrew is not available. Falling back to cargo install."
19
cargo install --git https://github.com/BrainBuzzer/semantic-explorer.git --locked --force
20
echo "Installed sx using cargo."
21
-
0 commit comments