Skip to content

Commit 97841b7

Browse files
committed
add install command to justfile
Signed-off-by: Tuan Anh Tran <[email protected]>
1 parent 1847137 commit 97841b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ renovate:
2525
-e LOG_LEVEL=info \
2626
-v "$(pwd)/.github/renovate.json5:/usr/src/app/config.json" \
2727
renovate/renovate tuananh/hyper-mcp
28+
29+
install:
30+
sudo install -Dm755 target/debug/hyper-mcp /usr/local/bin/hyper-mcp

0 commit comments

Comments
 (0)