We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29967e6 commit 7c34f7aCopy full SHA for 7c34f7a
docs/cdk/get-started/deploy-rollup/install-dependencies.md
@@ -34,19 +34,4 @@ sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.20.4.linux-amd64.ta
34
rm -rf go1.20.4.linux-amd64.tar.gz
35
```
36
37
-Confirm the Golang installation with `$ go version`.
38
-
39
-## Update profile configuration
40
41
-Add the following environment variables to your `~/.profile`.
42
43
-```bash
44
-echo '
45
- export ZKEVM_NET=mainnet
46
- export ZKEVM_DIR=~/zkevm/zkevm-node
47
- export ZKEVM_CONFIG_DIR=~/zkevm/zkevm-config
48
49
- [ -d "/usr/local/go/bin" ] && PATH="/usr/local/go/bin:$PATH"
50
- ' >> ~/.profile
51
- source .profile
52
-```
+Confirm the Golang installation with `$ go version`.
0 commit comments