summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wiki/cgit.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiki/cgit.mdwn b/wiki/cgit.mdwn
index d800234..627d59e 100644
--- a/wiki/cgit.mdwn
+++ b/wiki/cgit.mdwn
@@ -30,10 +30,10 @@ Build and install it:
## Configuration
-Make a text file where you specified for CGIT_CONFIG, and e.g. add the following:
+Make a text file named `cgitrc` where you specified for CGIT_CONFIG and add the following:
css=/cgit/cgit.css
- logo=/cgit/cgit-trans.png
+ logo=/cgit/cgit.png
root-title=My Git Repositories
**And you should be good to go!**