mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-03-21 03:25:37 +00:00
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:
parent
2d9bb2130e
commit
f6d67b94f3
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user