@@ -135,13 +135,13 @@ Then you've probably run into at least one of the following problems:
135135 system, chezmoi already has a tried-and-tested solution ready to use.
136136
137137* If your system is written in a scripting language like Python, Perl, or Ruby,
138- then you also need ensure that that language's runtime is installed. chezmoi
139- is distributed as a single stand-alone statically-linked binary with no
140- dependencies that you can simply copy onto your machine and run. chezmoi
141- provides one-line installs, pre-built binaries, packages for Linux and BSD
142- distributions, Homebrew formulae, Scoop support on Windows, and a initial
143- config file generation mechanism to make installing your dotfiles on a new
144- machine as painless as possible.
138+ then you also need to install that language's runtime before you can use your
139+ system. chezmoi is distributed as a single stand-alone statically-linked
140+ binary with no dependencies that you can simply copy onto your machine and
141+ run. chezmoi provides one-line installs, pre-built binaries, packages for
142+ Linux and BSD distributions, Homebrew formulae, Scoop support on Windows, and
143+ a initial config file generation mechanism to make installing your dotfiles on
144+ a new machine as painless as possible.
145145
146146## What does a chezmoi dotfile repo look like?
147147
0 commit comments