summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYash Singh <53054099+Yash-Singh1@users.noreply.github.com>2020-09-13 00:50:05 -0700
committerGitHub <noreply@github.com>2020-09-13 09:50:05 +0200
commit91148e8e441fae184098c765c05f517613aa11dc (patch)
treea99c2ff485b368b4c91ac96c1abaceb73a702521
parentd3d72b0a181af7ceabffd0226e7671918505fae7 (diff)
Update setup_linux_build_environment.md (#344)
-rw-r--r--contrib/setup_linux_build_environment.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/setup_linux_build_environment.md b/contrib/setup_linux_build_environment.md
index 429357f..1b66816 100644
--- a/contrib/setup_linux_build_environment.md
+++ b/contrib/setup_linux_build_environment.md
@@ -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
```