From 4c5a074207aa51bad5e954510e34d7d4a7d196c1 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 14 Apr 2020 20:14:30 +0200 Subject: [PATCH] Add permission granting instructions (#85) --- _articles/miscellaneous/cli.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_articles/miscellaneous/cli.md b/_articles/miscellaneous/cli.md index 1e5cf8a0..cbf5fa13 100644 --- a/_articles/miscellaneous/cli.md +++ b/_articles/miscellaneous/cli.md @@ -68,6 +68,11 @@ Natively packaged versions of the CLI for each platform have no dependencies. - {% icon fa-apple fa-lg fa-fw %} [macOS x64](https://vault.bitwarden.com/download/?app=cli&platform=macos) - {% icon fa-linux fa-lg fa-fw %} [Linux x64](https://vault.bitwarden.com/download/?app=cli&platform=linux) +In UNIX systems you might get a `Permission denied` message. If you do, in order to grant permissions you can run +```bash +chmod +x +``` + ### NPM If you already have the Node.js runtime installed on your system, you can install the CLI using [NPM](https://www.npmjs.com/package/@bitwarden/cli){:target="_blank"}. NPM makes it easy to keep your installation updated and should be the preferred installation method if you are already using Node.js.