Skip to content

Commit 5ecf58c

Browse files
committed
Update Zed Install task to use go install
1 parent 2d17132 commit 5ecf58c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.zed/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
{
4444
"label": "Install",
45-
"command": "go build -o ~/.local/bin/shellshape ./cmd/shellshape && echo 'Installed to ~/.local/bin/shellshape'",
45+
"command": "go install ./cmd/shellshape && echo 'Installed to ~/go/bin/shellshape'",
4646
"cwd": "$ZED_WORKTREE_ROOT",
4747
"reveal": "always",
4848
"hide": "on_success"

0 commit comments

Comments
 (0)