Browse Source

Add info where config/data will be stored

Alois Mahdal 10 years ago
parent
commit
2c2a39f687
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      README

+ 9
- 0
README View File

@@ -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
 -----------