feature(docs) zip -> tar.gz

This commit is contained in:
coderaiser 2015-03-26 05:01:12 -04:00
parent c12cd62ce7
commit bb924c86fa

View file

@ -14,7 +14,7 @@
link = '//github.com/cloudcmd/archive/raw/master/cloudcmd',
template = '- *{{ date }}*, ' +
'**[v{{ version }}]' +
'(' + link + '-v{{ version }}.zip)**\n',
'(' + link + '-v{{ version }}.tar.gz)**\n',
version = Info.version;
cl(function(error, versionNew) {