From 5507cb9e73dbca5795b2593de76e2806ddb93399 Mon Sep 17 00:00:00 2001 From: Blain Smith Date: Mon, 1 Mar 2021 10:01:51 -0500 Subject: [PATCH] add install steps --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index dea71a0..5950698 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ Nothing too fancy here, but just a helper script to lower the bar for getting started/using Go's pprof capabilities against benchmark tests. +## Install + +``` +> curl https://raw.githubusercontent.com/blainsmith/pprof.sh/main/pprof.sh > pprof.sh +> chmod +x pprof.sh +``` + ## Usage Run `./pprof.sh` without arguments for usage. -- 2.38.5