瀏覽代碼

Update DOCUMENTATION.md

Mention correct directory for git config
G-Huber 2 年之前
父節點
當前提交
4cac895901
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      DOCUMENTATION.md

+ 1 - 1
DOCUMENTATION.md

@@ -532,7 +532,7 @@ For the hook to not cause errors either **git** user details need to be set and
 
 When using the systemd unit file from the [Running as a service](#running-as-a-service) section this **cannot** be done via a `.gitconfig` file in the users home directory, as Radicale won't have read permissions!
 
-In `/var/lib/radicale/collections` run:
+In `/var/lib/radicale/collections/.git` run:
 ```bash
 git config user.name "radicale"
 git config user.email "radicale@example.com"