radicle-heartwood-lfs/radicle-cli/examples/rad-init-sync-preferred.md

22 lines
684 B
Markdown

Let's try initializing a new repository with a preferred seed configured.
```
$ rad init --name heartwood --description "Radicle Heartwood Protocol & Stack" --no-confirm --public --scope followed
Initializing public radicle 👾 repository in .
✓ Repository heartwood created.
Your Repository ID (RID) is rad:z3Rry7rpdWuGpfjPYGzdJKQADsoNW.
You can show it any time by running `rad .` from this directory.
✓ Repository successfully synced to 1 node(s).
Your repository has been synced to the network and is now discoverable by peers.
View it in your browser at:
https://app.radicle.xyz/nodes/[...]/rad:z3Rry7rpdWuGpfjPYGzdJKQADsoNW
To push changes, run `git push`.
```