We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ba01f commit c144bf4Copy full SHA for c144bf4
docs/zkEVM/get-started/deploy-zkevm/install-dependencies.md
@@ -36,7 +36,7 @@ Next, add these to your `.profile`:
36
37
[ -d "/usr/local/go/bin" ] && PATH="/usr/local/go/bin:$PATH"
38
' >> ~/.profile
39
- source .profile
+ source ~/.profile
40
```
41
42
Lastly, confirm the installation of Golang by running this command: `$ go version`
0 commit comments