mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
Merge pull request #1055 from balena-io/balena-cli-deps
Adding information about dependency installation
This commit is contained in:
commit
86aed2185d
@ -6,6 +6,23 @@ Please make sure your system meets the requirements as specified in the [README]
|
||||
|
||||
## Install the CLI
|
||||
|
||||
### Dependencies
|
||||
|
||||
Before installing the Balena CLI from npm, make sure you have the following dependencies installed:
|
||||
|
||||
* make
|
||||
* g++ compiler
|
||||
* Python 2.7
|
||||
* git
|
||||
|
||||
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.
|
||||
|
||||
### Npm install
|
||||
|
||||
The best supported way to install the CLI is from npm:
|
||||
|
Loading…
Reference in New Issue
Block a user