Sha256: cb8cbdf60dc461015d8e9613afdb196e268b1d5e7a2198115785cd012e03276f
Contents?: true
Size: 964 Bytes
Versions: 2
Compression:
Stored size: 964 Bytes
Contents
# ronin-repos-install 1 "2022-01-01" Ronin Repos "User Manuals" ## SYNOPSIS `ronin-repos install` [*options*] *URI* ## DESCRIPTION Downloads a repository. ## ARGUMENTS *URI* The URI to the git repository. ## OPTIONS `-h`, `--help` Prints help information. ## FILES *~/.cache/ronin-repos/* Installation directory for all repositories. ## ENVIRONMENT HOME Specifies the home directory of the user. Ronin will search for the *~/.cache/ronin-repos* cache directory within the home directory. XDG_CACHE_HOME Specifies the cache directory to use. Defaults to *$HOME/.cache*. ## EXAMPLES `ronin-repos install https://github.com/user/repo.git` Installs a public repository over HTTPS. `ronin-repos install git@example.com:/home/secret/repo` Installs a private repository over SSH. ## AUTHOR Postmodern <postmodern.mod3@gmail.com> ## SEE ALSO ronin-repos(1) ronin-repos-list(1) ronin-repos-remove(1) ronin-repos-update(1) ronin-repos-purge(1)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ronin-repos-0.1.0 | man/ronin-repos-install.1.md |
ronin-repos-0.1.0.beta1 | man/ronin-repos-install.1.md |