deadbolt-cli 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -19,8 +19,7 @@ Select a file (or folder) to encrypt, enter a password, and … that's it. Decry
19
19
  `deadbolt` includes a command-line interface for encrypting and decrypting files without the GUI. If you don't provide a password, you'll be prompted to enter it securely.
20
20
 
21
21
  ```bash
22
- $ git clone https://github.com/alichtman/deadbolt.git && cd deadbolt
23
- $ npm run install:cli
22
+ $ npm install -g deadbolt-cli
24
23
 
25
24
  # Encrypt a file or folder
26
25
  $ deadbolt encrypt secret.pdf
@@ -37,13 +36,6 @@ $ deadbolt decrypt secret.pdf.deadbolt --password "my-secure-password"
37
36
 
38
37
  Check out the [releases tab](https://github.com/alichtman/deadbolt/releases) for pre-built binaries for Mac, Windows, and Linux.
39
38
 
40
- ### `npm`
41
-
42
-
43
- ```sh
44
- $ npm install -g deadbolt
45
- ```
46
-
47
39
  ### `macOS`
48
40
 
49
41
  #### Recommended: Installing with Homebrew