1
0
Fork 0
mirror of synced 2024-06-22 23:21:10 -04:00

Include --yadm-data (#407)

Since version 3, the yadm-data directory must also be specified.
This commit is contained in:
Tim Byrne 2022-03-12 14:03:44 -06:00
parent d51b0ebced
commit bc0109cfdb
No known key found for this signature in database
GPG key ID: 14DB4FC2465A4B12

View file

@ -203,7 +203,7 @@ However, if you want to bend yadm into managing system files, one method is:
```
# create an alias to run yadm for system files
alias sysyadm="sudo yadm -Y /etc/yadm"
alias sysyadm="sudo yadm --yadm-dir /etc/yadm --yadm-data /etc/yadm/data"
# initialize the yadm repo using the worktree of "/"
sysyadm init -w /