From 76c8250276fab2dd4adfca526de2081d4a4b43c5 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 27 Mar 2024 19:30:31 -0600 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ed7d60..9f19f8d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # dotfiles My config for dotfiles. -Run `docker build -t test-devenv . && docker run -it test-devenv` to test them out! +Clone and run `docker build -t test-devenv . && docker run -it test-devenv` to test them out! These dotfiles are managed using [chezmoi](https://www.chezmoi.io/). ## Setup -**Prereqs**: `git`, `curl`, and on MacOS: `brew` +**Prereqs**: `git`, `curl` If you'd like to use these files long-term, fork this project to manage your own configuration. Then: - Change the `email` and `name` in `.chezmoi.toml.tmpl` to your own info.