Skip to content

Commit

Permalink
Add installation instructions
Browse files Browse the repository at this point in the history
- Add dependency installation links
  • Loading branch information
karlkfi committed Sep 7, 2015
1 parent 0505bd1 commit 677a52c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down

0 comments on commit 677a52c

Please sign in to comment.