mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
README: add instructions for development build
The readme currently only details how to install the CLI from a binary package, not how to build the CLI for testing during development. Add instructions for how to build and test changes. Change-type: patch Signed-off-by: Joseph Kogut <joseph@balena.io>
This commit is contained in:
parent
9487b33144
commit
a92db0f068
@ -20,6 +20,14 @@ GitHub](https://github.com/balena-io/balena-cli/), and your contribution is also
|
||||
Check the [balena CLI installation instructions on
|
||||
GitHub](https://github.com/balena-io/balena-cli/blob/master/INSTALL.md).
|
||||
|
||||
## Development
|
||||
|
||||
You can build the CLI for testing during development like so:
|
||||
|
||||
`npm install && npm run build`
|
||||
|
||||
After the build is completed, run `bin/balena` to test your changes.
|
||||
|
||||
## Choosing a shell (command prompt/terminal)
|
||||
|
||||
On **Windows,** the standard Command Prompt (`cmd.exe`) and
|
||||
|
Loading…
Reference in New Issue
Block a user