From 677a52c1f4164d4beb8a8ab63c1ae97e97845a49 Mon Sep 17 00:00:00 2001 From: Karl Isenberg Date: Mon, 7 Sep 2015 14:11:34 -0700 Subject: [PATCH] Add installation instructions - Add dependency installation links --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index b26b263..af01241 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,17 @@ probe -t 1s https://example.com/ The error description will be printed to STDERR. +### Installing + +Install the lastest version: + +``` +go get github.com/karlkfi/probe +``` + +(Requires [Go (Golang)](https://golang.org/doc/install).) + + ### Building Build locally: @@ -55,18 +66,24 @@ Build locally: make ``` +(Requires [Go (Golang)](https://golang.org/doc/install) and [Make](https://www.gnu.org/software/make/).) + Build in docker: ``` make build-docker ``` +(Requires [Docker](https://docs.docker.com/installation/).) + Build docker builder: ``` make builder ``` +(Requires [Docker](https://docs.docker.com/installation/).) + ### TODO