From d79cf6d9f8a63181706ce7078debaeff0c930cb1 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 15 May 2018 08:08:31 -0400 Subject: [PATCH] readme updates --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c49e94bbb..b8588642de 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,17 @@ -The Bitwarden CLI is written in NodeJS with TypeScript. The CLI can be run on Windows, macOS, and Linux distributions. +The Bitwarden CLI is written with TypeScript and Node.js. The CLI can be run on Windows, macOS, and Linux distributions. + +# Download/Install + +You can install the CLI two different ways: + +1. If you already have the Node.js runtime installed on your system, you can simply install the CLI using NPM. NPM makes it way to keep your installation updated as well. + ```bash + npm install -g @bitwarden/cli + ``` +2. We provide natively packaged versions of the CLI for each operating system which have no requirements on installing the Node.js runtime. You can obtain these from the [downloads section](https://bitwarden.com/#download) on our website. # Build/Run