Skip to content

Commit 6b08946

Browse files
authored
Merge pull request #269 from rawkode/fix/config-path
fix: config is actually config-path
2 parents e586134 + 207bf2a commit 6b08946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import CodeBlock from '@theme/CodeBlock';
3434
# Get basic configuration
3535
curl -sL https://raw.githubusercontent.com/parca-dev/parca/main/parca.yaml > parca.yaml
3636
# Run Parca and access the Web UI on port 7070
37-
./parca --config=parca.yaml
37+
./parca --config-path=parca.yaml
3838
```
3939

4040
**Agent**

0 commit comments

Comments
 (0)