Skip to content

Commit 1b49b65

Browse files
authored
docs: add mise install instructions (#60)
Add mise as an alternative installation method in the README. Closes #59
1 parent d38a8db commit 1b49b65

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ curl -fsSL https://raw.githubusercontent.com/GreyhavenHQ/greywall/main/install.s
6363
go install github.com/GreyhavenHQ/greywall/cmd/greywall@latest
6464
```
6565

66+
**[mise](https://mise.jdx.dev/):**
67+
68+
```bash
69+
mise use -g github:GreyhavenHQ/greywall
70+
mise use -g github:GreyhavenHQ/greyproxy
71+
```
72+
6673
**Build from source:**
6774

6875
```bash

0 commit comments

Comments
 (0)