Skip to content

Commit 5044559

Browse files
authored
Merge pull request 0xPolygon#139 from toanalien/patch-2
Update command
2 parents 451c4be + c144bf4 commit 5044559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zkEVM/get-started/deploy-zkevm/install-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Next, add these to your `.profile`:
3636
3737
[ -d "/usr/local/go/bin" ] && PATH="/usr/local/go/bin:$PATH"
3838
' >> ~/.profile
39-
source .profile
39+
source ~/.profile
4040
```
4141

4242
Lastly, confirm the installation of Golang by running this command: `$ go version`

0 commit comments

Comments
 (0)