File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
5454Pin 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
5959If 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
6666cd 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
470470cd stackdog
471471cargo 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
621621cd stackdog
622622cp .env.sample .env
623623
You can’t perform that action at this time.
0 commit comments