Skip to content

Commit 7c34f7a

Browse files
remove dodgy instruction
1 parent 29967e6 commit 7c34f7a

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

docs/cdk/get-started/deploy-rollup/install-dependencies.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,4 @@ sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.20.4.linux-amd64.ta
3434
rm -rf go1.20.4.linux-amd64.tar.gz
3535
```
3636

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-
```
37+
Confirm the Golang installation with `$ go version`.

0 commit comments

Comments
 (0)