Skip to content

Commit

Permalink
Use hydra-node gen-hydra-key in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Dec 4, 2023
1 parent 26310bc commit 2632d92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,14 +329,14 @@ will be used on the layer two by the `hydra-node`. For this, we will use the
<TabItem value="alice" label="Alice">

```shell
hydra-tools gen-hydra-key --output-file credentials/alice-hydra
hydra-node gen-hydra-key --output-file credentials/alice-hydra
```

</TabItem>
<TabItem value="bob" label="Bob">

```shell
hydra-tools gen-hydra-key --output-file credentials/bob-hydra
hydra-node gen-hydra-key --output-file credentials/bob-hydra
```

</TabItem>
Expand Down

0 comments on commit 2632d92

Please sign in to comment.