docs(user): fix getting-started blockers (add git prereq + git clone command) + clarify sync remote setup
This commit is contained in:
@@ -12,7 +12,7 @@ Relicario stores your vault in a git repo. Every item you add, edit, or delete i
|
||||
relicario sync
|
||||
```
|
||||
|
||||
Under the hood, this does a `git pull --rebase` followed by a push to your configured git remote — the same remote you set up when you initialized your vault. Any machine that has the vault cloned and a copy of your reference image can sync and stay up to date.
|
||||
Under the hood, this does a `git pull --rebase` followed by a push to your configured git remote. Your vault is a normal git repository, so you add its remote yourself the usual way — for example, from inside the vault directory, `git remote add origin <your-server-url>` (a self-hosted Gitea/GitHub repo, or any git host you control). Once a remote is configured, any machine that has the vault cloned and a copy of your reference image can `relicario sync` and stay up to date.
|
||||
|
||||
**Check what's in your vault at a glance:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user