1 parent f948d2e commit 4fda03dCopy full SHA for 4fda03d
2 files changed
Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Detail Team <engineering@detail.dev>"]
6
license = "MIT"
7
description = "CLI for Detail bug finder"
8
homepage = "https://detail.dev"
9
-repository = "https://github.com/detail-dev/cli"
+repository = "https://github.com/usedetail/cli"
10
11
[[bin]]
12
name = "detail"
README.md
@@ -9,7 +9,7 @@ Command-line interface for [Detail](https://detail.dev).
### macOS/Linux/Windows
```bash
-curl --proto '=https' --tlsv1.2 -LsSf https://github.com/detail-dev/cli/releases/latest/download/detail-installer.sh | sh
+curl --proto '=https' --tlsv1.2 -LsSf https://github.com/usedetail/cli/releases/latest/download/detail-installer.sh | sh
13
```
14
15
### From Source
0 commit comments