Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(website): Update run-a-taiko-node to suggest nano #14251

Merged
merged 2 commits into from
Jul 23, 2023
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ We will refer to `.env.l3` as `.env` for the purpose of this guide.

Next, open the `.env` file in your preferred text editor:

<Tabs items={["Mac", "Linux", "Windows"]} defaultIndex="0">
<Tabs items={["Mac/Linux", "Windows"]} defaultIndex="0">
<Tab>

```sh
Expand All @@ -65,14 +65,7 @@ nano .env

</Tab>
<Tab>

```sh
vim .env
```

</Tab>
<Tab>


```sh
notepad .env
```
Expand Down