Add MIT license and fix Taskfile install path

This commit is contained in:
2026-02-08 23:10:27 +01:00
parent 0ff559c7ea
commit 29350032ba
2 changed files with 24 additions and 2 deletions

View File

@@ -115,5 +115,5 @@ tasks:
deps: [build]
cmds:
- mkdir -p ~/.claude
- cp bin/{{.BINARY}} ~/.claude/{{.BINARY}}
- echo "Installed to ~/.claude/{{.BINARY}}"
- cp bin/{{.BINARY}} ~/.claude/claude-{{.BINARY}}
- echo "Installed to ~/.claude/claude-{{.BINARY}}"