Updating README with bootstrap link

This commit is contained in:
Nicolas Dextraze 2016-06-25 00:36:46 -07:00
parent 2ddcfaaeba
commit 8b5e003f21

View File

@ -12,6 +12,8 @@ GoLang implementation of a simple EventStore
\* On Linux libsodium and zeromq are installed from source (`./configure && make && sudo make install && sudo ldconfig`)
^ On Window libzmq and libsodium are installed using pacman in MSYS2 shell (`pacman -S mingw-w64-x86_64-zeromq`)
You can look at [scripts/bootstrap.sh](https://github.com/adymitruk/goes/blob/master/scripts/bootstrap.sh) to get an idea on how to install all the pre-requisites.
## Build
### Fetching GO packages