Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix small typos, indentation and markdown #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 18 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
pidgin-gpg
==========
# pidgin-gpg

Building
--------
apt install libpurple-dev libgpgme11-dev
autoreconf -i
./configure
make
mkdir -p ~/.purple/plugins
cp src/.libs/pidgin_gpg.so ~/.purple/plugins/
## Building

```
apt-get install libpurple-dev libgpgme11-dev
autoreconf -i
./configure
make
mkdir -p ~/.purple/plugins
cp src/.libs/pidgin_gpg.so ~/.purple/plugins/
```

## Usage

Usage
-----
Select Tools > Plugins, and enable the GPG/OpenGPG plugin. Select
configure and choose your GPG key.

gpg-agent needs to be enabled for this plugin to work properly. You
may need to restart pidgin to be prompted for the key passphrase after
enabling this plugin.

About
-----
This is not the official branch. I'm maintianing this fork simply for
maintenence (the original branch did no build with recent version of
autoreconf). I'm *am not* actively developing pidgin-gpg, maintly making
## About

This is not the official branch. I'm maintaining this fork simply for
maintenance (the original branch did not build with recent version of
autoreconf). I'm *am not* actively developing pidgin-gpg, mainly making
sure it keeps working and building. Releases > 0.9 should not be confused
with those of the original author (though the original author seems to
have stopped all development).