Skip to content

Commit

Permalink
Merge pull request #1 from rentzsch/patch-1
Browse files Browse the repository at this point in the history
[DOC] Mention `git --exec-path` in README.
  • Loading branch information
helmo committed Apr 29, 2012
2 parents ff0c9d8 + a6d3bb5 commit 3dc509b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git-subtree allows subprojects to be included within a sub-directory of a main p

Choose **one** of the following ways to install git-subtree:

1. Copy the file `git-subtree.sh` to where all other git scripts are stored.
1. Copy the file `git-subtree.sh` to where all other git scripts are stored (`git --exec-path` will tell you this).
1. Run `install.sh` in a Git-enabled shell (that's "Git Bash" on Windows).
1. Run `make install` in a Cygwin-enabled shell.

Expand Down

0 comments on commit 3dc509b

Please sign in to comment.