From 8e6da7de6a8e61a78979f1b4ed528e434b450a43 Mon Sep 17 00:00:00 2001 From: Matej Vukosav Date: Fri, 6 Sep 2024 13:47:59 +0200 Subject: [PATCH] chore: add cd core instruction (#19) Signed-off-by: Matej Vukosav --- docs/03-getting-started/01-setup.mdx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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