Skip to content

Commit

Permalink
Allow for installation from web/directory
Browse files Browse the repository at this point in the history
Allow for, and provide directions on, installing from the web or a
downloaded directory.
  • Loading branch information
bquistorff committed Aug 25, 2016
1 parent 00618c3 commit b4d6c86
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@ available functions is:
* `dt_rename_file()` Rename a file through OS cmdline.

Plus a set of functions to build and call modules' (packages') demos!
## Installation
For installing from Stata version \>=13

``` stata
. net install devtools, from(https://raw.github.com/gvegayon/devtools/master/) replace
. mata mata mlib index
```

For Stata version \<12, download as zip, unzip, and then replace the above -net install- with

``` stata
. net install devtools, from(full_local_path_to_files) replace
```

For earlier versions of Stata, you will have to download the package and build it (run `build_devtools.do`) and then install from the directory.


## Authors
George Vega (g dot vegayon at gmail dot com)
Expand Down
4 changes: 4 additions & 0 deletions stata.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v 3
d devtools Author: George Vega, James Fiedler

p devtools Tools for the stata developer.

0 comments on commit b4d6c86

Please sign in to comment.