diff --git a/README.md b/README.md index efe5e6b..ae2d184 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # dotfiles -My configuration files managed by chezmoi \ No newline at end of file +My configuration files managed by chezmoi + +To see the changes that would be applied on a new machine: +``` +chezmoi diff +``` + +To apply the changes: + +``` +chezmoi apply +``` + +See https://chezmoi.io/user-guide/ for more.