From 433843ba232593ebf5badc8237e2b28abd9fa86e Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 23 Jun 2014 09:36:44 -0700 Subject: [PATCH] :memo: Wrap line and use single backticks --- docs/build-instructions/linux.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/build-instructions/linux.md b/docs/build-instructions/linux.md index 6fcb31a74..64db5848d 100644 --- a/docs/build-instructions/linux.md +++ b/docs/build-instructions/linux.md @@ -63,7 +63,10 @@ See also https://github.com/atom/atom/issues/2082. ### /usr/bin/env: node: No such file or directory -If you get this notice when attempting to ```script/build,``` you have either neglected to install nodejs, or node is identified as nodejs in your system. If it's the latter, entering ```sudo ln -s /usr/bin/nodejs /usr/bin/node``` into your terminal may fix the issue. +If you get this notice when attempting to `script/build`, you either do not +have nodejs installed, or node isn't identified as nodejs on your machine. +If it's the latter, entering `sudo ln -s /usr/bin/nodejs /usr/bin/node` into +your terminal may fix the issue. ### Linux build error reports in atom/atom * Use [this search](https://github.com/atom/atom/search?q=label%3Abuild-error+label%3Alinux&type=Issues)