소스 검색

Add info where config/data will be stored

Alois Mahdal 10 년 전
부모
커밋
2c2a39f687
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9
    0
      README

+ 9
- 0
README 파일 보기

@@ -100,6 +100,15 @@ FILES
100 100
 *plugins*
101 101
   folder where plugins are stored
102 102
 
103
+*/etc/gmon/config*
104
+  system-wide configuration file
105
+
106
+*~/.config/gmon/config*
107
+  user's personal config
108
+
109
+*~/.local/share/gmon/plugins/<plugin_name>*
110
+  plugin local storage (if needed)
111
+
103 112
 
104 113
 ENVIRONMENT
105 114
 -----------