@@ -135,18 +135,19 @@ 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
148148Have a look at [ repos tagged with ` chezmoi ` on
149- GitHub] ( https://github.com/topics/chezmoi?o=desc&s=updated ) .
149+ GitHub] ( https://github.com/topics/chezmoi?o=desc&s=updated ) . You can also read
150+ what [ has been written about chezmoi] ( docs/MEDIA.md ) .
150151
151152## How do I start with chezmoi?
152153
0 commit comments