Escape backticks in JS template literal

Escape backticks in JS template literal

Change-type: minor
Signed-off-by: Trevor Sullivan <trevor@balena.io>
This commit is contained in:
Trevor Sullivan 2019-01-01 08:53:09 -08:00 committed by GitHub
parent 2d9bb2130e
commit f6d67b94f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,9 +18,9 @@ Before installing the Balena CLI from npm, make sure you have the following depe
For example, to install these packages on a Debian-based Linux operating systems:
```
\`\`\`
$ sudo apt-get install g++ make python git --yes
```
\`\`\`
**NOTE**: If you are installing the stand-alone binary CLI, you will not need to install these dependencies.