Skip to content

Commit

Permalink
Improve install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Nov 17, 2019
1 parent fde5551 commit 6329176
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,37 +18,37 @@ with a single command.

Install chezmoi with a single command.

| OS | Distribution | Method | Command |
| ----- | ------------- | ----------| ------------------------------------------------------------------------------------------- |
| Linux | - | snap | `snap install chezmoi --classic` |
| Linux | Arch | pacman | `pacman -S chezmoi` |
| Linux | - | Linuxbrew | `brew install twpayne/taps/chezmoi` |
| macOS | - | Homebrew | `brew install twpayne/taps/chezmoi` |
| Windows | - | Scoop | `scoop bucket add twpayne https://github.com/twpayne/scoop-bucket && scoop install chezmoi` |
| OS | Method | Distribution | Command |
| ------- | ---------- | ------------ | ------------------------------------------------------------------------------------------- |
| Linux | snap | | `snap install chezmoi --classic` |
| Linux | Linuxbrew | | `brew install twpayne/taps/chezmoi` |
| Linux | pacman | Arch | `pacman -S chezmoi` |
| macOS | Homebrew | | `brew install twpayne/taps/chezmoi` |
| Windows | Scoop | | `scoop bucket add twpayne https://github.com/twpayne/scoop-bucket && scoop install chezmoi` |

## Pre-built Linux packages

Download a package for your operating system and architecture and install it
with your package manager.

| OS | Architectures | Package |
| ---------- | --------------------------------------------- | ------------------------------------------------------------------------- |
| Debian | amd64, arm64, armel, i386, ppc64, ppc64le | [`deb`](https://github.com/twpayne/chezmoi/releases/latest) |
| RedHat | aarch64, armhfp, i686, ppc64, ppc64le, x86_64 | [`rpm`](https://github.com/twpayne/chezmoi/releases/latest) |
| OpenSUSE | aarch64, armhfp, i686, ppc64, ppc64le, x86_64 | [`rpm`](https://github.com/twpayne/chezmoi/releases/latest) |
| Ubuntu | amd64, arm64, armel, i386, ppc64, ppc64le | [`deb`](https://github.com/twpayne/chezmoi/releases/latest) |
| Distribution | Architectures | Package |
| ------------ | --------------------------------------------------------- | ------------------------------------------------------------------------- |
| Debian | `amd64`, `arm64`, `armel`, `i386`, `ppc64`, `ppc64le` | [`deb`](https://github.com/twpayne/chezmoi/releases/latest) |
| RedHat | `aarch64`, `armhfp`, `i686`, `ppc64`, `ppc64le`, `x86_64` | [`rpm`](https://github.com/twpayne/chezmoi/releases/latest) |
| OpenSUSE | `aarch64`, `armhfp`, `i686`, `ppc64`, `ppc64le`, `x86_64` | [`rpm`](https://github.com/twpayne/chezmoi/releases/latest) |
| Ubuntu | `amd64`, `arm64`, `armel`, `i386`, `ppc64`, `ppc64le` | [`deb`](https://github.com/twpayne/chezmoi/releases/latest) |

## Pre-built binaries

Download a tarball for your operating system containing a pre-built binary,
documentation, and shell completions.

| OS | Architectures | Tarball |
| ---------- | --------------------------------------------- | -------------------------------------------------------------- |
| FreeBSD | amd64, arm, i386 | [`tar.gz`](https://github.com/twpayne/chezmoi/releases/latest) |
| 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) |
| OS | Architectures | Tarball |
| ---------- | --------------------------------------------------- | -------------------------------------------------------------- |
| FreeBSD | `amd64`, `arm`, `i386` | [`tar.gz`](https://github.com/twpayne/chezmoi/releases/latest) |
| 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) |

## From source

Expand Down

0 comments on commit 6329176

Please sign in to comment.