diff options
| author | Paul Buetow <paul@buetow.org> | 2024-10-19 21:12:40 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-10-19 21:12:40 +0300 |
| commit | 618db359c2da37f513624cab87948d9be6155bf9 (patch) | |
| tree | 9e22db2bd76c19290567c64948d009b0eba4d0b2 | |
| parent | e02dcb943263da2fa701a7aba96b5dc41c14ffe0 (diff) | |
add install
| -rw-r--r-- | Taskfile.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Taskfile.yml b/Taskfile.yml index cdcc51f..206f0bc 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -3,6 +3,10 @@ version: '3' tasks: default: deps: ["build"] + install: + deps: ["build"] + cmds: + - cp -v ./gos ~/go/bin/ run: deps: ["dev"] cmds: |
