Skip to content

Commit 67c6897

Browse files
authored
docs: update README.md with repo move notice (#179)
1 parent 53f973e commit 67c6897

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,23 @@ Fence is also a permission manager for your CLI agents. **Works with popular cod
3131

3232
## Install
3333

34+
> [!NOTE]
35+
> Fence has moved from `github.com/Use-Tusk/fence` to `github.com/fencesandbox/fence`.
36+
> If you installed with Homebrew from the old Tusk tap, switch to the new tap:
37+
>
38+
> ```bash
39+
> brew uninstall use-tusk/tap/fence
40+
> brew untap use-tusk/tap
41+
> brew tap fencesandbox/tap
42+
> brew install fencesandbox/tap/fence
43+
> ```
44+
>
45+
> If you installed with `go install`, reinstall from the new module path:
46+
>
47+
> ```bash
48+
> go install github.com/fencesandbox/fence/cmd/fence@latest
49+
> ```
50+
3451
**macOS / Linux:**
3552
3653
```bash

0 commit comments

Comments
 (0)