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 774f0b5 commit da03ff5Copy full SHA for da03ff5
README.md
@@ -42,6 +42,18 @@ It is currently in active development and is a little rough around the edges. Gi
42
43
## Documentation
44
45
+To install pyroscope on a mac:
46
+```shell
47
+brew install pyroscope-io/brew/pyroscope
48
+```
49
+
50
+To install the docker image:
51
52
+docker pull pyroscope/pyroscope:latest
53
54
55
+For information on how to install it on Linux or use it in production environment check out our documentation:
56
57
* [Getting Started](https://pyroscope.io/docs/)
58
* [Deployment Guide](https://pyroscope.io/docs/deployment)
59
0 commit comments