You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Manages [git](http://git-scm.org) repositories in Stata. It installs, updates, l
9
9
### Manually (recommended)
10
10
11
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`
12
+
2. Clone this repo into the directory from **step 1**(*nix/OSX commands shown here) : `cd my/personal/directory/git && git clone https://github.com/coderigo/stata-git stata-git`
13
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).
14
14
4. Now you can keep the `git` command updated with this repo with `git update git`
0 commit comments