mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
style: fix typos and URLs in CLI.md (#800)
This commit is contained in:
parent
4b11b5aff2
commit
8c6f441982
@ -2,11 +2,11 @@ Etcher CLI
|
|||||||
==========
|
==========
|
||||||
|
|
||||||
The Etcher CLI is a command-line tool that aims to provide all the benefits of
|
The Etcher CLI is a command-line tool that aims to provide all the benefits of
|
||||||
the Etcher desktop application in a way that can be ran from a terminal, or
|
the Etcher desktop application in a way that can be run from a terminal, or
|
||||||
even used from a script.
|
even used from a script.
|
||||||
|
|
||||||
In fact, the Etcher desktop application is simply a wrapper around the CLI,
|
In fact, the Etcher desktop application is simply a wrapper around the CLI,
|
||||||
which the place where the actual writing logic takes place.
|
which is the place where the actual writing logic takes place.
|
||||||
|
|
||||||
Running
|
Running
|
||||||
-------
|
-------
|
||||||
@ -21,7 +21,7 @@ git clone https://github.com/resin-io/etcher
|
|||||||
```
|
```
|
||||||
|
|
||||||
- Install the dependencies, using the instructions from
|
- Install the dependencies, using the instructions from
|
||||||
[`CONTRIBUTING.md`][CONTRIBUTING].
|
[`RUNNING-LOCALLY.md`][RUNNING-LOCALLY].
|
||||||
|
|
||||||
- Run the Etcher CLI from `bin/etcher`.
|
- Run the Etcher CLI from `bin/etcher`.
|
||||||
|
|
||||||
@ -71,5 +71,5 @@ The Etcher CLI uses certain exit codes to signal the result of the operation.
|
|||||||
These are documented in [`lib/src/exit-codes.js`][exit-codes] and are also
|
These are documented in [`lib/src/exit-codes.js`][exit-codes] and are also
|
||||||
printed on the Etcher CLI help page.
|
printed on the Etcher CLI help page.
|
||||||
|
|
||||||
[CONTRIBUTING]: https://github.com/resin-io/etcher/blob/master/docs/CONTRIBUTING.md
|
[RUNNING-LOCALLY]: https://github.com/resin-io/etcher/blob/master/docs/RUNNING-LOCALLY.md
|
||||||
[exit-codes]: https://github.com/resin-io/etcher/blob/master/lib/src/exit-codes.js
|
[exit-codes]: https://github.com/resin-io/etcher/blob/master/lib/src/exit-codes.js
|
||||||
|
Loading…
x
Reference in New Issue
Block a user