Skip to content

Commit

Permalink
Make it clearer that the command out of the box for installation requ…
Browse files Browse the repository at this point in the history
…ires a path to be appended
  • Loading branch information
xavier630 authored Sep 20, 2024
1 parent ddb75f0 commit 0ba981a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down

0 comments on commit 0ba981a

Please sign in to comment.