mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-22 08:16:42 +00:00
Compatibility fixes in Markdown files.
Improve compatibility with some Markdown readers like MacDown by adding blank lines before lists. Blank lines around headers were added for consistency. One header level was fixed. One code block was fixed.
This commit is contained in:
+3
-2
@@ -1,8 +1,9 @@
|
||||
# RPM packaging for clksignal
|
||||
This simple Ansible playbook creates and installs an RPM package of the current release of clksignal
|
||||
|
||||
This simple Ansible playbook creates and installs an RPM package of the current release of clksignal.
|
||||
|
||||
If the version that you build is newer than what you have installed, it will be automatically upgraded.
|
||||
|
||||
## Usage
|
||||
|
||||
`ansible-playbook main.yml -K
|
||||
ansible-playbook main.yml -K
|
||||
|
||||
Reference in New Issue
Block a user