Skip to content

Commit ac6715b

Browse files
authored
Merge pull request #388 from opcm/fix_doc
Fix misleading README in grafana scripts
2 parents fd11f3f + 0d78485 commit ac6715b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/grafana/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ Instructions on How To Run PCM Grafana Dashboard
33
--------------------------------------------------------------------------------
44

55
Installation on target system to be analyzed:
6-
1. Build:
6+
1. Build from the root PCM directory:
77
```
8+
cd ../.. # if the current location is 'scripts/grafana/'
89
mkdir build && cd build
910
cmake .. && make -j$(nproc) pcm-sensor-server
1011
```

0 commit comments

Comments
 (0)