File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ brew install sx
2929### One-line installer
3030
3131``` sh
32- curl -fsSL https://raw.githubusercontent.com/BrainBuzzer/semantic-explorer /main/install.sh | sh
32+ curl -fsSL https://raw.githubusercontent.com/BrainBuzzer/sx /main/install.sh | sh
3333```
3434
3535### Build from source
6363## License
6464
6565MIT License. See [ LICENSE] ( LICENSE ) .
66-
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ if ! command -v cargo >/dev/null 2>&1; then
1515fi
1616
1717echo " Homebrew is not available. Falling back to cargo install."
18- cargo install --git https://github.com/BrainBuzzer/semantic-explorer .git --locked --force
18+ cargo install --git https://github.com/BrainBuzzer/sx .git --locked --force
1919echo " Installed sx using cargo."
You can’t perform that action at this time.
0 commit comments