Update README

main
trivernis 10 months ago
parent dc4d260572
commit df4d298852
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -18,6 +18,12 @@ silo --repo /path/to/repo init
This creates the repo directory and initializes a git repository. This creates the repo directory and initializes a git repository.
If no `--repo` argument is passed, it will default to `$HOME/.local/share/silo` or `$HOME/AppData/Roaming/silo`. If no `--repo` argument is passed, it will default to `$HOME/.local/share/silo` or `$HOME/AppData/Roaming/silo`.
If you have an existing repo somewhere you can do
```nu
silo --repo /path/to/repo init <remote-url>
```
which will clone the remote repository to the given path.
### Add configuration files ### Add configuration files
Now add some configuration files you want to track. Now add some configuration files you want to track.

Loading…
Cancel
Save