diff --git a/docs/03-getting-started/01-setup.mdx b/docs/03-getting-started/01-setup.mdx index f3f95ed2..41ce2359 100644 --- a/docs/03-getting-started/01-setup.mdx +++ b/docs/03-getting-started/01-setup.mdx @@ -16,11 +16,16 @@ Clone repository from GitHub. git clone git@github.com:calimero-network/core.git ``` -Position in the root of the project and create a data folder for all -configuration files. +Position in the root of the project ```bash title="Terminal" -$ mkdir data +cd core +``` + +And create a data folder for all configuration files. + +```bash title="Terminal" +mkdir data ``` Make sure you have Rust installed on your machine. If not, you can install it by