From 3a9fc3af3c4bb9c1e3e61635543a8b0f427c2ee8 Mon Sep 17 00:00:00 2001 From: "Colton J. McCurdy" Date: Sun, 11 Jun 2023 17:41:22 -0400 Subject: [PATCH] [docs] document envs better Signed-off-by: Colton J. McCurdy --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2b97aa3..6dab4a2 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,9 @@ against repos. Environment variables -- `SSH_PRIVKEY_PATH` - (default: `$HOME/.ssh/id_rsa`). Path to your SSH private -key if it is not in the default location. -- `SSH_PRIVKEY_PASS` - (default: `""`). SSH private key passphrase if it is not -the default. +- `GITRS_ROOT` - (default: `$HOME/src`). Path managed by gitrs. +- `SSH_PRIVKEY_PATH` - (default: `$HOME/.ssh/id_rsa`). Path to your SSH private key. +- `SSH_PRIVKEY_PASS` - (default: `""`). SSH private key passphrase. Global arguments