Changes

From Genome Analysis Wiki
Jump to navigationJump to search
1,087 bytes added ,  15:07, 8 August 2013
Line 46: Line 46:  
=== Downloading From GitHub Without Git ===
 
=== Downloading From GitHub Without Git ===
 
From github you can download:
 
From github you can download:
# Latest Code (master branch)
+
# Latest Code (master branch) via
 +
## Website
 +
### Goto: https://github.com/statgen/{{{repoName}}}
 +
### Click on the <code>Download ZIP</code> button on the right side panel.
 +
## Command Line
 +
##: <code>wget https://github.com/statgen/{{{repoName}}}/archive/master.tar.gz</code>
 +
##:: or
 +
##: <code>wget https://github.com/statgen/{{{repoName}}}/archive/master.zip</code>
 
# Specific Release (via a tag)
 
# Specific Release (via a tag)
{{#if: {{{latestReleaseBranch|}}} | #Latest Release (via a branch) }}
+
## Website
 +
### Goto: https://github.com/statgen/{{{repoName}}}/releases to see the available versions
 +
### Click <code>zip</code> or <code>tar.gz</code> for the desired version.
 +
## Command Line
 +
##: <code>wget https://github.com/statgen/{{{repoName}}}/archive/<tagName>.tar.gz</code>
 +
##:: or
 +
##: <code>wget https://github.com/statgen/{{{repoName}}}/archive/<tagName>.zip</code>
 +
{{#if: {{{latestReleaseBranch|}}} |
 +
#Latest Release (via a branch)
 +
## Website
 +
### Goto: https://github.com/statgen/{{{repoName}}}/releases to see the available versions
 +
### Click <code>zip</code> or <code>tar.gz</code> for the desired version.
 +
## Command Line
 +
##: <code>wget https://github.com/statgen/{{{repoName}}}/archive/<tagName>.tar.gz</code>
 +
##:: or
 +
##: <code>wget https://github.com/statgen/{{{repoName}}}/archive/<tagName>.zip</code>
 +
}}
    
==== Downloading a Released Version ====
 
==== Downloading a Released Version ====

Navigation menu