Skip to content

Commit 9876348

Browse files
committed
fix: clarify installer fallback instructions
1 parent fa9a632 commit 9876348

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

install.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ fi
1010

1111
if ! command -v cargo >/dev/null 2>&1; then
1212
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"
13+
echo "Install Homebrew or Rust first, or use one of the alternate methods in README.md."
1514
exit 1
1615
fi
1716

1817
echo "Homebrew is not available. Falling back to cargo install."
1918
cargo install --git https://github.com/BrainBuzzer/semantic-explorer.git --locked --force
2019
echo "Installed sx using cargo."
21-

0 commit comments

Comments
 (0)