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

feat(website): Update node troubleshooting for Windows users. #14032

Merged
merged 12 commits into from
Jun 26, 2023
Merged
Prev Previous commit
Next Next commit
Update run-a-node.mdx
I have added the missing  ```  to the code.
  • Loading branch information
ikaika1 authored Jun 23, 2023
commit 846bd81f93d57bac67c17464f64d69a41d9bbd9e
3 changes: 2 additions & 1 deletion packages/website/pages/docs/guides/run-a-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ This guide will walk you through the process of operating a Taiko node via [simp
```sh
git clone https://github.com/taikoxyz/simple-taiko-node.git
cd simple-taiko-node
</Tab>
```
</Tab>
<Tab>
```sh
git config --global core.autocrlf false
Expand Down