From 8b5e003f21fcb91dff2761ccf6b62b2a18afae4c Mon Sep 17 00:00:00 2001 From: Nicolas Dextraze Date: Sat, 25 Jun 2016 00:36:46 -0700 Subject: [PATCH] Updating README with bootstrap link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 413d442..1b7e416 100644 --- a/README.md +++ b/README.md @@ -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