Include --yadm-data (#407)
Since version 3, the yadm-data directory must also be specified.
This commit is contained in:
parent
d51b0ebced
commit
bc0109cfdb
1 changed files with 1 additions and 1 deletions
|
@ -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 /
|
||||
|
|
Loading…
Reference in a new issue