Skip to content

Commit 1e2d368

Browse files
committed
[add] Further simplified install script
1 parent 55e5eba commit 1e2d368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Export and persist Go profiling data locally, or into https://codeperf.io for FREE.
33

44

5-
curl -sLS https://raw.githubusercontent.com/codeperfio/pprof-exporter/main/get.sh | sh
6-
sudo install pprof-exporter* /usr/local/bin/
5+
bash <(curl -s https://raw.githubusercontent.com/codeperfio/pprof-exporter/main/get.sh)
6+
sudo install pprof-exporter /usr/local/bin/
77

88
pprof-exporter --help

0 commit comments

Comments
 (0)