Skip to content

Commit

Permalink
Include Gentoo setup instructions
Browse files Browse the repository at this point in the history
Fixes #476
  • Loading branch information
dominikschulz committed Dec 2, 2017
1 parent db211c3 commit 515b718
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,15 @@ wget [the URL of the latest .deb release]
sudo dpkg -i gopass-1.2.0-linux-amd64.deb
```

### Gentoo

There is an overlay that includes gopass. Run these commands to install gopass through `emerge`.

```bash
layman -a go-overlay
emerge -av gopass
```

### Windows

**WARNING**: Windows is not yet officially supported. We try to support it in the future. These are steps are only meant to help you setup gopass on Windows so you can provide us with feedback about the current state of our Windows support.
Expand Down

0 comments on commit 515b718

Please sign in to comment.