From c608b607006ccb52597654f9fa4bb67ec207951a Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Fri, 3 Jan 2020 17:57:44 -0700 Subject: [PATCH] README.md: fix type --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 823d0ae..b630a1e 100644 --- a/README.md +++ b/README.md @@ -112,8 +112,8 @@ your user should be declared here. For convenience, [home-manager][home-manager] is available automatically for home directory setup. ## Secrets -Anything you wish to keep encrypted goes in the directory, which is created -on first entering a `nix-shell`. +Anything you wish to keep encrypted goes in the `secrets` directory, which is +created on first entering a `nix-shell`. Be sure to run `git crypt init`, before committing anything to this directory. Be sure to check out git-crypts [documentation](https://github.com/AGWA/git-crypt)