We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f973e commit 67c6897Copy full SHA for 67c6897
1 file changed
README.md
@@ -31,6 +31,23 @@ Fence is also a permission manager for your CLI agents. **Works with popular cod
31
32
## Install
33
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
48
+> go install github.com/fencesandbox/fence/cmd/fence@latest
49
50
+
51
**macOS / Linux:**
52
53
```bash
0 commit comments