Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Janne Pohjolainen committed Oct 2, 2015
1 parent eb03d85 commit d38d0ac
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,17 @@ Package to encrypt/decrypt selections with GPG.
## Install

You need to have gpg installed.

If you get error message "Failed to spawn command gpg. Make sure gpg is installed and on your PATH" then you need to go to Settings page and set Gpg Executable path.

As this is not yet Atom Package, you need to do the following things manually:

```bash
$ git clone https://github.com/jpohjolainen/atom-gpg.git ~/.atom/packages/atom-gpg

$ cd ~/.atom/packages/atom-gpg

$ npm install underscore-plus
```


1 change: 1 addition & 0 deletions lib/main.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports =
config:
gpgExecutable:
type: 'string'
default: ''
gpgHomeDir:
type: 'string'
default: ''
Expand Down

0 comments on commit d38d0ac

Please sign in to comment.