Skip to content

Commit

Permalink
chore: add cd core instruction (#19)
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vukosav <[email protected]>
  • Loading branch information
MatejVukosav authored Sep 6, 2024
1 parent 159e7c9 commit 8e6da7d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/03-getting-started/01-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,16 @@ Clone repository from GitHub.
git clone [email protected]: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
Expand Down

0 comments on commit 8e6da7d

Please sign in to comment.