From 24f96762b15dcac11a550fa356acaa2d0016b808 Mon Sep 17 00:00:00 2001 From: Vishal Kotcherlakota Date: Tue, 26 Feb 2019 11:05:47 -0800 Subject: [PATCH] Update README.md It took me a minute to figure out how to use the git_index feature. Hopefully this documentation update helps the next person! --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60ed7e8..87eccdb 100644 --- a/README.md +++ b/README.md @@ -181,8 +181,9 @@ doesn't need to 'learn' anything, and it can do SCM-specific stuff like: The default alias for `git_index` is 'c', which might stand for 'code' -You will first need to configure your repository directory, and then build the -index: +You will first need to configure your repository directory by setting `GIT_REPO_DIR` in `~/.git.sbmrc`. + +Then, build the index: ```bash $ c --rebuild