From 0ba981ab7353d3a8c72dd95f106fa60528da8253 Mon Sep 17 00:00:00 2001 From: Xavier Downs Date: Fri, 20 Sep 2024 13:00:49 +0400 Subject: [PATCH] Make it clearer that the command out of the box for installation requires a path to be appended --- doc/install/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/index.md b/doc/install/index.md index 97e23ec..4aa0c05 100644 --- a/doc/install/index.md +++ b/doc/install/index.md @@ -15,7 +15,7 @@ curl https://raw.githubusercontent.com/GitAlias/gitalias/main/gitalias.txt -o gi Run `git config` to include the file as you wish, such as: ```shell -git config --global include.path gitalias.txt +git config --global include.path {PATH_TO_YOUR_DIRECTORY}/gitalias.txt ```