From 88072173d0da94bc57af0f3f989690f2b57c6773 Mon Sep 17 00:00:00 2001 From: Genadi Naydenov Date: Fri, 19 Mar 2021 17:25:38 +0200 Subject: [PATCH] Make README.md bullet point spacing uniform Change-type: patch Signed-off-by: Genadi Naydenov genadi@balena.com --- README.md | 3 ++- doc/cli.markdown | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9026bb39..1784cea0 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ are supported. Alternative shells include: * Note that a bug in the MSYS2 launch script (`msys2_shell.cmd`) makes text-based interactive CLI menus to break. [Check this Github issue for a workaround](https://github.com/msys2/MINGW-packages/issues/1633#issuecomment-240583890). + * [MSYS](http://www.mingw.org/wiki/MSYS): select the `msys-rsync` and `msys-openssh` packages too * [Git for Windows](https://git-for-windows.github.io/) * During the installation, you will be prompted to choose between _"Use MinTTY"_ and _"Use @@ -40,6 +41,7 @@ are supported. Alternative shells include: bug](https://github.com/msys2/MINGW-packages/issues/1633) mentioned above (Git for Windows actually uses MSYS2). For a screenshot, check this [comment](https://github.com/balena-io/balena-cli/issues/598#issuecomment-556513098). + * Microsoft's [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/about) (WSL). In this case, a Linux distribution like Ubuntu is installed via the Microsoft Store, and a balena CLI release **for Linux** should be selected. See @@ -75,7 +77,6 @@ HTTP(S) proxies can be configured through any of the following methods, in prece file](https://www.npmjs.com/package/balena-settings-client#documentation). It may be: * A string in URL format, e.g. `proxy: 'http://localhost:8000'` * An object in the format: - ```yaml proxy: protocol: 'http' diff --git a/doc/cli.markdown b/doc/cli.markdown index 025a2280..1c27c204 100644 --- a/doc/cli.markdown +++ b/doc/cli.markdown @@ -26,6 +26,7 @@ are supported. Alternative shells include: * Note that a bug in the MSYS2 launch script (`msys2_shell.cmd`) makes text-based interactive CLI menus to break. [Check this Github issue for a workaround](https://github.com/msys2/MINGW-packages/issues/1633#issuecomment-240583890). + * [MSYS](http://www.mingw.org/wiki/MSYS): select the `msys-rsync` and `msys-openssh` packages too * [Git for Windows](https://git-for-windows.github.io/) * During the installation, you will be prompted to choose between _"Use MinTTY"_ and _"Use @@ -33,6 +34,7 @@ are supported. Alternative shells include: bug](https://github.com/msys2/MINGW-packages/issues/1633) mentioned above (Git for Windows actually uses MSYS2). For a screenshot, check this [comment](https://github.com/balena-io/balena-cli/issues/598#issuecomment-556513098). + * Microsoft's [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/about) (WSL). In this case, a Linux distribution like Ubuntu is installed via the Microsoft Store, and a balena CLI release **for Linux** should be selected. See @@ -68,7 +70,6 @@ HTTP(S) proxies can be configured through any of the following methods, in prece file](https://www.npmjs.com/package/balena-settings-client#documentation). It may be: * A string in URL format, e.g. `proxy: 'http://localhost:8000'` * An object in the format: - ```yaml proxy: protocol: 'http'