Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl authored Jul 14, 2022
1 parent 95a6283 commit 5472cf7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ cargo build --release
2. Prepare binaries

> You can get latest Polkadot Linux release from https://github.com/paritytech/polkadot/releases
> for macOS, you have to build from source
>
> For macOS, you have to build from source
```bash
cp <path-to-polkadot> ./polkadot-launch/bin/
Expand All @@ -40,10 +41,12 @@ yarn
yarn start ./thala_dev.config.json
```

4. (Optional) Inject session key if necessary. Please make sure to use the correct session key json file.
4. (Optional) Inject session key.

> Only required for `*_local.config.json`
Please make sure to use the correct session key json file.

```bash
cd scripts/js
yarn
Expand Down

0 comments on commit 5472cf7

Please sign in to comment.