We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e586134 + 207bf2a commit 6b08946Copy full SHA for 6b08946
docs/quickstart.mdx
@@ -34,7 +34,7 @@ import CodeBlock from '@theme/CodeBlock';
34
# Get basic configuration
35
curl -sL https://raw.githubusercontent.com/parca-dev/parca/main/parca.yaml > parca.yaml
36
# Run Parca and access the Web UI on port 7070
37
- ./parca --config=parca.yaml
+ ./parca --config-path=parca.yaml
38
```
39
40
**Agent**
0 commit comments