From f7b81231bccc1803ed7c1eda8dc3d6291f6f8eb2 Mon Sep 17 00:00:00 2001 From: "Mr. Beedell, Roke Julian Lockhart" Date: Mon, 9 Dec 2024 16:41:13 +0000 Subject: [PATCH] Remove `[CLI]()` from `README.md`. (#12189) Per https://github.com/bitwarden/clients/issues/12188#issue-2706366498. Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com> --- apps/cli/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/cli/README.md b/apps/cli/README.md index e00b9a345d..d39c0e39c8 100644 --- a/apps/cli/README.md +++ b/apps/cli/README.md @@ -7,8 +7,6 @@ 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://raw.githubusercontent.com/bitwarden/brand/master/screenshots/cli-macos.png "CLI") - ## Developer Documentation Please refer to the [CLI section](https://contributing.bitwarden.com/getting-started/clients/cli/) of the [Contributing Documentation](https://contributing.bitwarden.com/) for build instructions, recommended tooling, code style tips, and lots of other great information to get you started.