Skip to content

Commit

Permalink
Reword intro commands
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed May 13, 2021
1 parent 05963a1 commit 883a5f0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@

Manage your dotfiles across multiple diverse machines, securely.

chezmoi makes installing your dotfiles on any new machine as easy as `sh -c
"$(curl -fsLS git.io/chezmoi)" -- init --apply <github-username>`.
With chezmoi, you can install chezmoi and your dotfiles on a new, empty machine
with a single command:

sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply <github-username>

Updating your dotfiles on any machine is a single command:

chezmoi update

* [How do I start with chezmoi now?](#how-do-i-start-with-chezmoi-now)
* [What does chezmoi do and why should I use it?](#what-does-chezmoi-do-and-why-should-i-use-it)
Expand Down
10 changes: 8 additions & 2 deletions chezmoi.io/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ type: docs

Manage your dotfiles across multiple diverse machines, securely.

chezmoi makes installing your dotfiles on any new machine as easy as `sh -c
"$(curl -fsLS git.io/chezmoi)" -- init --apply <github-username>`.
With chezmoi, you can install chezmoi and your dotfiles on a new, empty machine
with a single command:

sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply <github-username>

Updating your dotfiles on any machine is a single command:

chezmoi update

## How do I start with chezmoi now?

Expand Down

0 comments on commit 883a5f0

Please sign in to comment.