Update setup_linux_build_environment.md (#344)

This commit is contained in:
Yash Singh 2020-09-13 00:50:05 -07:00 committed by GitHub
parent d3d72b0a18
commit 91148e8e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ $ sudo ln -s /usr/local/lib/nodejs/node-$VERSION/bin/npm /usr/local/bin/npm
Now you should be able to call the *go* and *node* binaries:
```
$ go --version
$ go version
$ node --version
```