Skip to content

Commit e8ca50f

Browse files
committed
chore: point installer and docs to renamed repository
1 parent 9876348 commit e8ca50f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
@@ -63,4 +63,3 @@ sx
6363
## License
6464

6565
MIT License. See [LICENSE](LICENSE).
66-

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ if ! command -v cargo >/dev/null 2>&1; then
1515
fi
1616

1717
echo "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
1919
echo "Installed sx using cargo."

0 commit comments

Comments
 (0)