Add links to pre-built binaries

This commit is contained in:
Brian Buller 2017-08-30 09:10:43 -05:00
parent 97cc915452
commit 4d25527218
1 changed files with 10 additions and 0 deletions

View File

@ -18,6 +18,16 @@ go get github.com/br0xen/boltbrowser
Then you'll have `boltbrowser` in your path.
Pre-built Binaries
------------------
Here are pre-built binaries:
* [Linux 64-bit](https://bullercodeworks.com/downloads/boltbrowser/boltbrowser.linux64)
* [Linux 32-bit](https://bullercodeworks.com/downloads/boltbrowser/boltbrowser.linux386)
* [Linux Arm](https://bullercodeworks.com/downloads/boltbrowser/boltbrowser.linuxarm)
* [Windows 64-bit](https://bullercodeworks.com/downloads/boltbrowser/boltbrowser.win64.exe)
* [Windows 32-bit](https://bullercodeworks.com/downloads/boltbrowser/boltbrowser.win386.exe)
* [Mac OS](https://bullercodeworks.com/downloads/boltbrowser/boltbrowser.darwin64)
Usage
-----