25 lines
559 B
Markdown
25 lines
559 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
|
|
|
|
Initializing local 🌱 project in .
|
|
|
|
ok Project heartwood created
|
|
{
|
|
"name": "heartwood",
|
|
"description": "Radicle Heartwood Protocol & Stack",
|
|
"defaultBranch": "master"
|
|
}
|
|
ok Announcing refs..
|
|
|
|
Your project id is rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji. You can show it any time by running:
|
|
rad .
|
|
|
|
To publish your project to the network, run:
|
|
rad push
|
|
|
|
```
|