mirror of
https://github.com/seigler/dash-docs
synced 2025-07-26 17:26:12 +00:00
download box: linux + tgz 32/64bit; use approx. download sizes so we will not need to update them everytime
This commit is contained in:
parent
cb7f7afb93
commit
8e7a3d4324
1 changed files with 4 additions and 4 deletions
|
@ -77,16 +77,16 @@ DOWNLOAD_VERSION: 0.3.24
|
|||
|
||||
<ul class="unstyled">
|
||||
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-win32.zip/download">
|
||||
<img src="img/ico-win.png" class="icon"/>Windows (zip)</a> <small>5.8MB</small>
|
||||
<img src="img/ico-win.png" class="icon"/>Windows (zip)</a> <small>~6MB</small>
|
||||
</li>
|
||||
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-win32-setup.exe/download">
|
||||
<img src="img/ico-win.png" class="icon"/>Windows (exe)</a> <small>5.8MB</small>
|
||||
<img src="img/ico-win.png" class="icon"/>Windows (exe)</a> <small>~6MB</small>
|
||||
</li>
|
||||
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-linux.tar.gz/download">
|
||||
<img src="img/ico-tux.png" class="icon"/>Linux</a> <small>9.8MB</small>
|
||||
<img src="img/ico-tux.png" class="icon"/>Linux (tgz, 32/64-bit)</a> <small>~10MB</small>
|
||||
</li>
|
||||
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-macosx.zip/download">
|
||||
<img src="img/ico-osx-uni.png" class="icon">Mac OS X</a> <small>7.7MB</small>
|
||||
<img src="img/ico-osx-uni.png" class="icon">Mac OS X</a> <small>~8MB</small>
|
||||
</li>
|
||||
<li>or get the <a href="https://github.com/bitcoin/bitcoin">source code</a> (GitHub)</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue