diff options
author | H. P. <harald.p.@xmart.de> | 2018-06-27 11:09:46 +0200 |
---|---|---|
committer | H. P. <harald.p.@xmart.de> | 2018-06-27 11:09:46 +0200 |
commit | 83e72021ec6db2d4460001169983ebb0f5581022 (patch) | |
tree | 5759619adbfdc4048418c710ab442324170ef551 | |
parent | 0bed351eaaf581699e6c8f8b7de153f606d449cb (diff) | |
download | cgit-config-83e72021ec6db2d4460001169983ebb0f5581022.tar.bz2 |
readme: Sorting of list, inclusion of misc
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -11,7 +11,8 @@ Some of this just reflects mechanisms - since it serves two simple purposes: ## Folders * **apache:** The apache config file -* **www:** The www host referenced in the apache file; contains the CSS and stuff +* **etc:** cgit's own configuration file(s) * **lib:** Your cgit lib folder, most likely /usr/lib/cgit when coming from a distro package -* **etc:** cgit's own configuration file(s) +* **misc:** Random stuff not directly related to cgit but not to this instance's configuration +* **www:** The www host referenced in the apache file; contains the CSS and stuff |