Skip to content

Commit

Permalink
Document xsel/xclip requirement on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Heinzelmann committed Jun 4, 2021
1 parent 0d0f585 commit bd6fcfa
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,23 @@ You can create encrypted secrets using the command-line:

See [snippet_sample.yml](snippet_sample.yml) for some smaller options and flags for snippets.

## Installation

In general, all you need is the executable from the Releases page.
There are some special cases:

* For the "copy/paste snippet" feature on Linux, you need `xsel` or `xclip`.
To build and install `xclip` manually:

```shell
git clone https://github.com/astrand/xclip.git
cd xclip/
./bootstrap
./configure
make
sudo make install
```

## Development

```shell
Expand Down

0 comments on commit bd6fcfa

Please sign in to comment.