Skip to content

Commit

Permalink
fix(website): fix code block for copying script commands (#13410)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us committed Mar 22, 2023
1 parent 72d3d4e commit 5ad26ed
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions packages/website/pages/docs/guides/run-a-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,21 @@ Next, open the `.env` file in your preferred text editor:
{" "}

<Tabs items={["Mac", "Linux", "Windows"]} defaultIndex="0">
<Tab>```sh nano .env ```</Tab>
<Tab>```sh vim .env ```</Tab>
<Tab>```sh notepad .env ```</Tab>
<Tab>
```sh
nano .env
```
</Tab>
<Tab>
```sh
vim .env
```
</Tab>
<Tab>
```sh
notepad .env
```
</Tab>
</Tabs>

Finally, set the following environment variables:
Expand Down

0 comments on commit 5ad26ed

Please sign in to comment.