Skip to content

Commit

Permalink
Add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Gartner committed Oct 25, 2019
1 parent 0e0ad4b commit 655b5b5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,17 @@ Try the demo [here](https://mgartner.github.io/pg_flame/flamegraph.html).

## Installation

Coming soon!
Download one of the compiled binaries [in the releases
tab](https://github.com/mgartner/pg_flame/releases).

If you'd like to build a binary from the source code, run the following
command. Note that compiling requires Go version 1.13+.

```
git clone https://github.com/mgartner/pg_flame.git
cd pg_flame
go build
```

## Usage

Expand Down

0 comments on commit 655b5b5

Please sign in to comment.