Skip to content

Commit

Permalink
docs: removed install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Jun 22, 2024
1 parent 9aa9540 commit 1d6801a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 86 deletions.
73 changes: 0 additions & 73 deletions .goreleaser.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ old projects.

## Documentation

[Installation][] | [Usage][] | [Documentation][]
[Usage][] | [Documentation][]

[Installation]: https://retr0h.github.io/git-url-parse/installation
[Usage]: https://retr0h.github.io/git-url-parse/usage
[Documentation]: https://retr0h.github.io/git-url-parse/

Expand Down
6 changes: 0 additions & 6 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ tasks:
- go install github.com/golang/mock/mockgen@latest
- go install github.com/boumenot/gocover-cobertura@latest
- go install mvdan.cc/gofumpt@latest
- go install github.com/goreleaser/goreleaser@latest

deps:check:
desc: Check dependencies needed for development
Expand Down Expand Up @@ -108,8 +107,3 @@ tasks:
# https://github.com/mvdan/gofumpt/issues/114
- test -z "$(gofumpt -d -e . | tee /dev/stderr)"
- test -z "$(golines -l --dry-run --base-formatter=gofumpt -w .)"

build:
desc: Build ARCH compatible binary.
cmds:
- goreleaser release --snapshot --clean
5 changes: 0 additions & 5 deletions docs/docs/installation.md

This file was deleted.

0 comments on commit 1d6801a

Please sign in to comment.