Skip to content

Commit 8e70b27

Browse files
committed
Update README.md
1 parent 37dec40 commit 8e70b27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Manages [git](http://git-scm.org) repositories in Stata. It installs, updates, l
1111
1. Create a directory called `git` in the same directory where your [personal ado directory](http://www.stata.com/support/faqs/programming/personal-ado-directory/) lives (i.e. make it a sibbling of your personal `ado` directory.
1212
2. Clone this repo into the directory from **step 1** : `cd my/personal/directory/git && git clone https://github.com/coderigo/stata-git stata-git`
1313
3. Copy the `.ado` and `.sthlp` files from the cloned repo from **step 2** to your [personal ado directory](http://www.stata.com/support/faqs/programming/personal-ado-directory/) under the `g` directory (create it if it does not exist).
14+
4. Now you can keep the `git` command updated with this repo with `git update git`
1415

1516
### Using ssc
1617
In Stata, type:

0 commit comments

Comments
 (0)