Skip to content

Commit

Permalink
Remove info about GoDownloader as it is deprecated (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Oct 10, 2022
1 parent 80d3a46 commit e32821f
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ _CAUTION_: Make sure to understand the consequences before you bump the major ve

## Maintainance

Remember to update the Go version in [.github/workflows](.github/workflows).

Notable files:

- [.github/workflows](.github/workflows) - GitHub Actions workflows,
Expand Down Expand Up @@ -108,24 +106,6 @@ Install [tdm-gcc](https://jmeubank.github.io/tdm-gcc/) and copy `C:\TDM-GCC-64\b

Alternatively use [WSL (Windows Subsystem for Linux)](https://docs.microsoft.com/en-us/windows/wsl/install-win10) or develop inside a [Remote Container](https://code.visualstudio.com/docs/remote/containers). However, take into consideration that then you are not going to use "bare-metal" Windows.

### How can I create an application installation script

1. Install [GoDownloader](https://github.com/goreleaser/godownloader).

1. Execute:

```bash
godownloader --repo=your_org/repo_name > ./install.sh
```

1. Push `install.sh` to your repository.

1. Add installation instructions to your `README.md` e.g.:

```bash
curl -sSfL https://raw.githubusercontent.com/your_org/repo_name/main/install.sh | sh -s -- -b /usr/local/bin
```

### How can I customize the release or add deb/rpm/snap packages, Homebrew Tap, Scoop App Manifest etc

Take a look at GoReleaser [docs](https://goreleaser.com/customization/) as well as [its repo](https://github.com/goreleaser/goreleaser/) how it is dogfooding its functionality.
Expand All @@ -142,7 +122,7 @@ release:
prerelease: auto
```
Alternatively, you can completly remove the usage of GoReleaser if you prefer handcrafted release notes. Take a look how it is done in [taskflow](https://github.com/pellared/taskflow).
Alternatively, you can completly remove the usage of GoReleaser if you prefer handcrafted release notes. Take a look how it is done in [goyek](https://github.com/goyek/goyek).
### Why the code coverage results are not accurate
Expand Down

0 comments on commit e32821f

Please sign in to comment.