doc(CLI-INSTALLATION): Make headings h3 (#1419)

This commit is contained in:
Jonas Hermsmeier 2017-05-12 15:03:54 +02:00 committed by GitHub
parent b04d7ad8f2
commit d8b48e6373

View File

@ -1,5 +1,4 @@
macOS and GNU/Linux ### macOS and GNU/Linux
-------------------
- Extract the `.tar.gz` package by running: - Extract the `.tar.gz` package by running:
@ -16,8 +15,7 @@ tar fvx path/to/cli.tar.gz
export PATH="$PATH:/opt/etcher-cli" export PATH="$PATH:/opt/etcher-cli"
``` ```
Windows ### Windows
-------
- Unzip the `.zip` package by right-clicking on it and selecting "Extract All" - Unzip the `.zip` package by right-clicking on it and selecting "Extract All"
@ -45,15 +43,13 @@ Windows
- Re-open `cmd.exe`, or PowerShell - Re-open `cmd.exe`, or PowerShell
Running ### Running
-------
```sh ```sh
etcher -v etcher -v
``` ```
Options ### Options
-------
``` ```
--help, -h show help --help, -h show help
@ -63,5 +59,3 @@ Options
--yes, -y confirm non-interactively --yes, -y confirm non-interactively
--unmount, -u unmount on success --unmount, -u unmount on success
``` ```