13 lines
366 B
Markdown
13 lines
366 B
Markdown
|
## Profanity XMPP Client
|
||
|
Docker image for running the profanity xmpp client based on Arch Linux.
|
||
|
Profanity is installed from aur/profanity-git.
|
||
|
OMEMO is available,
|
||
|
|
||
|
## Usage
|
||
|
```console
|
||
|
# docker run -ti --rm \
|
||
|
-v ~/.local/share/profanity:/home/user/.local/share/profanity
|
||
|
-v ~/.config/profanity/:/home/user/.config/profanity
|
||
|
elfrinjo/profanity:latest
|
||
|
```
|