Skip to content

Commit 37dec40

Browse files
committed
Update README.md
1 parent 35b9632 commit 37dec40

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@ Manages [git](http://git-scm.org) repositories in Stata. It installs, updates, l
66

77
## Installation
88

9-
### Manually
10-
1. Clone this repo
11-
2. Copy the `.ado` and `.sthlp` file 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).
9+
### Manually (recommended)
10+
11+
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.
12+
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`
13+
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).
1214

1315
### Using ssc
1416
In Stata, type:
1517

1618
`ssc install git`
1719

18-
After this you can keep `git` itself updated by uninstalling the ssc version and using `git` to update itself - `git update git`
19-
20+
**Note**: keeping stata-git up to date with the changes in this GitHub repo is easier if you install it the manual way as updates to this repo are pretty much available instantly whereas `ssc` updates can take up to a few days to get ticked through.
2021

2122
## Usage
2223

0 commit comments

Comments
 (0)