From 34559499a2fb530ae78d51836580915d6feee3c3 Mon Sep 17 00:00:00 2001 From: "tlimoncelli@stackoverflow.com" Date: Wed, 6 Jan 2016 10:11:34 -0500 Subject: [PATCH] Improve README.md for first timers --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 76bf749..cd32e4a 100644 --- a/README.md +++ b/README.md @@ -480,8 +480,7 @@ your .zshrc will download this repository and add it to your $PATH. ### For the first user, create a GPG key and add it to the key ring. -Follow the instructions for "How to indoctrinate a new user into -the system?". Only do Step 1. +Follow the instructions for "[How to indoctrinate a new user into the system?](#how-to-indoctrinate-a-new-user-into-the-system)". Only do Step 1. Once that is done, is a good idea to test the system by making sure a file can be added to the system (see "How to enroll a new file @@ -509,8 +508,12 @@ blackbox_edit_end foo.txt.gpg ls -l foo.txt* ``` -Push these changes to the repo. Make sure another user can -check out and change the contents of the file. +You should only see `foo.txt.gpg` as `foo.txt` should be gone. + +The next step is to commit `foo.txt.gpg` and make sure another user +can check out, view, and change the contents of the file. That is +left as an exercise for the reader. If you are feel like taking a +risk, don't commit `foo.txt.gpg` and delete it instead. Set up automated users or "role accounts"