1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_weechat.git synced 2024-08-16 13:09:48 +02:00

improve README layout

This commit is contained in:
L3D 2020-03-11 20:33:00 +01:00 committed by L3D
parent 12ff59487b
commit c7154c9552
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -2,14 +2,13 @@
========================== ==========================
Ansible role to install and configure weechat. Ansible role to install and configure weechat.
[![WEECHAT](https://weechat.org/media/images/weechat_logo_large.png)](https://weechat.org/ [![WEECHAT](https://weechat.org/media/images/weechat_logo_large.png)](https://weechat.org/)
) <br/>WeeChat, the extensible chat client.
WeeChat, the extensible chat client.
What can this role: What can this role:
----------------- -----------------
- install weechat on Debian, Ubuntu, Archlinux or Fedora - install weechat on Debian, Ubuntu, Archlinux or Fedora
- ~~configure weechat~~ - ~~configure weechat~~ *(in progress)*
- autostart via tmux and systemd - autostart via tmux and systemd
@ -29,4 +28,4 @@ MISSING
---------------------- ----------------------
+ Information about installation on debian/ubuntu can be found at [weechat.org/download/debian](https://weechat.org/download/debian/) + Information about installation on debian/ubuntu can be found at [weechat.org/download/debian](https://weechat.org/download/debian/)
+ Some parts of the Weechat configuration is inspired by [github.com/irth/ansible-role-weechat](https://github.com/irth/ansible-role-weechat.git) but written in a complete different way. + Some parts of the Weechat configuration is inspired by [github.com/irth/ansible-role-weechat](https://github.com/irth/ansible-role-weechat.git) but written in a complete different way.
+ Autostart and systemd informations come from my experience, [ubuntu wiki](https://wiki.ubuntuusers.de/Howto/systemd_Service_Unit_Beispiel/) and [ansible docs](https://docs.ansible.com/ansible/latest/modules/systemd_module.html). + Autostart and systemd is inspired by [ubuntu wiki](https://wiki.ubuntuusers.de/Howto/systemd_Service_Unit_Beispiel/) and [ansible docs](https://docs.ansible.com/ansible/latest/modules/systemd_module.html).