Skip to content

Commit

Permalink
Update snap install instructions with beta channel
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed May 18, 2019
1 parent 4fb74c9 commit 3073691
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/INSTALL.md
@@ -1,20 +1,16 @@
# Installation

* [macOS with Homebrew](#macos-with-homebrew)
* [Linux with Snap](#linux-with-snap)
* [One-line binary install](#one-line-binary-install)
* [Pre-built packages and binaries](#pre-built-packages-and-binaries)
* [From source](#from-source)
* [Linux with Snap (beta)](#linux-with-snap-beta)
* [Upgrading](#upgrading)

## macOS with Homebrew

brew install twpayne/taps/chezmoi

## Linux with Snap

snap install chezmoi --classic

## One-line binary install

curl -sfL https://git.io/chezmoi | sh
Expand All @@ -35,6 +31,10 @@

cd $(mktemp -d) && go get -u github.com/twpayne/chezmoi

## Linux with Snap (beta)

snap install chezmoi --channel=beta --classic

## Upgrading

Once chezmoi is installed, you can upgrade it to the latest release with:
Expand Down

0 comments on commit 3073691

Please sign in to comment.