Skip to content

Commit

Permalink
Improve install docs (#506)
Browse files Browse the repository at this point in the history
Improve install docs
  • Loading branch information
twpayne committed Dec 5, 2019
2 parents ff7dd1b + a4c459e commit fa8e001
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ archives:
- docs/*
replacements:
386: i386
format_overrides:
- goos: windows
format: zip

checksum:
name_template: "checksums.txt"
Expand Down
7 changes: 7 additions & 0 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* [One-line package install](#one-line-package-install)
* [Pre-built Linux packages](#pre-built-linux-packages)
* [Pre-built binaries](#pre-built-binaries)
* [All pre-built Linux packages and binaries](#all-pre-built-linux-packages-and-binaries)
* [From source](#from-source)
* [Upgrading](#upgrading)

Expand Down Expand Up @@ -51,6 +52,12 @@ documentation, and shell completions.
| Linux | `amd64`, `arm`, `arm64`, `i386`, `ppc64`, `ppc64le` | [`tar.gz`](https://github.com/twpayne/chezmoi/releases/latest) |
| macOS | `amd64` | [`tar.gz`](https://github.com/twpayne/chezmoi/releases/latest) |
| OpenBSD | `amd64`, `arm`, `i386` | [`tar.gz`](https://github.com/twpayne/chezmoi/releases/latest) |
| Windows | `amd64`, `i386` | [`tar.gz`](https://github.com/twpayne/chezmoi/releases/latest) | <!-- FIXME replace with zip after next release -->

## All pre-built Linux packages and binaries

All pre-built binaries and packages can be found on the [chezmoi GitHub releases
page](https://github.com/twpayne/chezmoi/releases/latest).

## From source

Expand Down

0 comments on commit fa8e001

Please sign in to comment.