We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e5eba commit 1e2d368Copy full SHA for 1e2d368
README.md
@@ -2,7 +2,7 @@
2
Export and persist Go profiling data locally, or into https://codeperf.io for FREE.
3
4
5
- curl -sLS https://raw.githubusercontent.com/codeperfio/pprof-exporter/main/get.sh | sh
6
- sudo install pprof-exporter* /usr/local/bin/
+ bash <(curl -s https://raw.githubusercontent.com/codeperfio/pprof-exporter/main/get.sh)
+ sudo install pprof-exporter /usr/local/bin/
7
8
pprof-exporter --help
0 commit comments