Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Update substrate-node-template readme to add ./.local folder #12901

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions bin/node-template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,11 @@ A FRAME pallet is compromised of a number of blockchain primitives:
First, install [Docker](https://docs.docker.com/get-docker/) and
[Docker Compose](https://docs.docker.com/compose/install/).

Create the following folder before running the following scripts:
```bash
mkdir ./.local
```

Then run the following command to start a single node development chain.

```bash
Expand Down