18 lines
452 B
Markdown
18 lines
452 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 --announce
|
|
|
|
Initializing radicle 👾 project in .
|
|
|
|
✓ Project heartwood created
|
|
✓ Syncing inventory..
|
|
✓ Announcing inventory..
|
|
|
|
Your project's Repository ID (RID) is rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji.
|
|
You can show it any time by running:
|
|
rad .
|
|
```
|