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.
2 parents fd11f3f + 0d78485 commit ac6715bCopy full SHA for ac6715b
scripts/grafana/README.md
@@ -3,8 +3,9 @@ Instructions on How To Run PCM Grafana Dashboard
3
--------------------------------------------------------------------------------
4
5
Installation on target system to be analyzed:
6
-1. Build:
+1. Build from the root PCM directory:
7
```
8
+ cd ../.. # if the current location is 'scripts/grafana/'
9
mkdir build && cd build
10
cmake .. && make -j$(nproc) pcm-sensor-server
11
0 commit comments