From d8b48e6373ad1ef4605b0b47afbbcb75fd8cc24e Mon Sep 17 00:00:00 2001 From: Jonas Hermsmeier Date: Fri, 12 May 2017 15:03:54 +0200 Subject: [PATCH] doc(CLI-INSTALLATION): Make headings h3 (#1419) --- docs/CLI-INSTALLATION.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/docs/CLI-INSTALLATION.md b/docs/CLI-INSTALLATION.md index 4ac331b6..c54e6af1 100644 --- a/docs/CLI-INSTALLATION.md +++ b/docs/CLI-INSTALLATION.md @@ -1,5 +1,4 @@ -macOS and GNU/Linux -------------------- +### macOS and GNU/Linux - Extract the `.tar.gz` package by running: @@ -16,8 +15,7 @@ tar fvx path/to/cli.tar.gz export PATH="$PATH:/opt/etcher-cli" ``` -Windows -------- +### Windows - Unzip the `.zip` package by right-clicking on it and selecting "Extract All" @@ -45,15 +43,13 @@ Windows - Re-open `cmd.exe`, or PowerShell -Running -------- +### Running ```sh etcher -v ``` -Options -------- +### Options ``` --help, -h show help @@ -63,5 +59,3 @@ Options --yes, -y confirm non-interactively --unmount, -u unmount on success ``` - -