From 5e424e1a2fbd63603c4ecdfeaedd0cf5333c968f Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 18 May 2018 12:06:59 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 41249323aa..769ddd0eae 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ The Bitwarden CLI is a powerful, full-featured command-line interface (CLI) tool to access and manage a Bitwarden vault. The CLI is written with TypeScript and Node.js and can be run on Windows, macOS, and Linux distributions. +![CLI](https://imgur.com/MPPu112.png "CLI") + # Download/Install You can install the Bitwarden CLI multiple different ways: From 6706aa3fa68a4c42cbc3b5d3e26423ffeff4080b Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 18 May 2018 12:13:49 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 769ddd0eae..9307cf18bd 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ bw --help This option will list all available commands that you can use with the CLI. -Additionally, you can run the `--help` option on a specific command to learn more about it specifically. For example: +Additionally, you can run the `--help` option on a specific command to learn more about it: ```bash bw list --help