-
Notifications
You must be signed in to change notification settings - Fork 39
gitget
v. 1.2
gitget - install or update a package from GitHub using the packagename only
gitget packagename [, stable version(str) ]
options
option | Description |
---|---|
stable | installs the latest stable release. otherwise the main branch is installed |
verson(str) | specifies a particular stable version (release tags) for the installation |
github is a wrapper for [github install](help github) command. it uses the gitget.dta data set, which is installed with github package to obtain the username/reponame of the package. if multiple packages with identical name are found, the command describes them in a table without installing any module.
by default, the command installs the development version of a repository. if you wish to install a stable release rather than the developmnt version, add the stable option or specify the version within the version option.
installing markdoc package and its dependencies
. gitget markdoc
installing the latest stable version of markdoc package and its dependencies
. gitget markdoc, stable
E. F. Haghish
University of Göttingen
haghish@med.uni-goettingen.de
This help file was dynamically produced by MarkDoc Literate Programming package