From 655b5b52f984b040c3328947f16309692f365a94 Mon Sep 17 00:00:00 2001 From: Marcus Gartner Date: Fri, 25 Oct 2019 11:32:36 -0700 Subject: [PATCH] Add installation instructions --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e62586..a981214 100644 --- a/README.md +++ b/README.md @@ -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