22 lines
710 B
Markdown
22 lines
710 B
Markdown
|
|
To create your first radicle repository, navigate to a git repository, and run
|
|
the `init` command:
|
|
|
|
```
|
|
$ 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:z42hL2jL4XNk6K8oHQaSWfMgCL7ji.
|
|
You can show it any time by running `rad .` from this directory.
|
|
|
|
✓ Repository successfully announced to the network.
|
|
|
|
Your repository has been announced to the network and is now discoverable by peers.
|
|
You can check for any nodes that have replicated your repository by running `rad sync status`.
|
|
|
|
To push changes, run `git push`.
|
|
```
|