20 lines
593 B
Markdown
20 lines
593 B
Markdown
|
|
To create your first radicle project, navigate to a git repository, and run
|
|
the `init` command:
|
|
|
|
```
|
|
$ rad init --name heartwood --description "Radicle Heartwood Protocol & Stack" --no-confirm --public --scope trusted
|
|
|
|
Initializing public radicle 👾 project in .
|
|
|
|
✓ Project heartwood created.
|
|
|
|
Your project's Repository ID (RID) is rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji.
|
|
You can show it any time by running `rad .` from this directory.
|
|
|
|
✓ Project successfully announced.
|
|
|
|
Your project has been announced to the network and is now discoverable by peers.
|
|
To push changes, run `git push`.
|
|
```
|