add Install with Go tools

remove release task from Taskfile
This commit is contained in:
onyx-and-iris 2025-03-12 15:15:42 +00:00
parent 59521e1cd0
commit 1ca4304806
2 changed files with 7 additions and 7 deletions

View File

@ -7,6 +7,13 @@
## Install
With Go tools:
```bash
go generate ./...
go install ./cmd/gignore
```
With [Task][task]:
```bash

View File

@ -23,13 +23,6 @@ tasks:
- task: build-windows
- task: build-linux
release:
desc: Generate the gitignore.io templates and then build the gignore project for Windows and Linux
deps: [generate]
cmds:
- task: build-windows
- task: build-linux
vet:
desc: Vet the code
deps: [fmt]