Archived
1
0
Fork 0
This repository has been archived on 2024-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
dockerfiles/profanity/README.md

13 lines
366 B
Markdown
Raw Normal View History

## 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
```