Skip to content

Commit 0f9ca4c

Browse files
authored
Change repository references to 'trydirect'
Updated repository links from 'vsilent' to 'trydirect' in installation and development instructions.
1 parent 1ca1909 commit 0f9ca4c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
### Install with curl (Linux)
4949

5050
```bash
51-
curl -fsSL https://raw.githubusercontent.com/vsilent/stackdog/main/install.sh | sudo bash
51+
curl -fsSL https://raw.githubusercontent.com/trydirect/stackdog/main/install.sh | sudo bash
5252
```
5353

5454
Pin a specific version:
5555
```bash
56-
curl -fsSL https://raw.githubusercontent.com/vsilent/stackdog/main/install.sh | sudo bash -s -- --version v0.2.2
56+
curl -fsSL https://raw.githubusercontent.com/trydirect/stackdog/main/install.sh | sudo bash -s -- --version v0.2.2
5757
```
5858

5959
If your repository has no published stable release yet, use `--version` explicitly.
@@ -62,7 +62,7 @@ If your repository has no published stable release yet, use `--version` explicit
6262

6363
```bash
6464
# Clone repository
65-
git clone https://github.com/vsilent/stackdog
65+
git clone https://github.com/trydirect/stackdog
6666
cd stackdog
6767

6868
# Start the HTTP server (default)
@@ -466,7 +466,7 @@ dnf install sqlite-devel openssl-devel clang llvm
466466
### Build from Source
467467

468468
```bash
469-
git clone https://github.com/vsilent/stackdog
469+
git clone https://github.com/trydirect/stackdog
470470
cd stackdog
471471
cargo build --release
472472
```
@@ -617,7 +617,7 @@ stackdog/
617617

618618
```bash
619619
# 1. Clone and setup
620-
git clone https://github.com/vsilent/stackdog
620+
git clone https://github.com/trydirect/stackdog
621621
cd stackdog
622622
cp .env.sample .env
623623

0 commit comments

Comments
 (0)