summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPeter Lemenkov <lemenkov@gmail.com>2020-07-07 14:57:57 +0200
committerGitHub <noreply@github.com>2020-07-07 14:57:57 +0200
commit3dd9db8c62a04c7a81fc9c55c7810d5a81d7b43b (patch)
tree93877d0a21e42f3a128f73f9d26d941475b4235e /README.md
parentde603e740a0b2610f9eb05c30f937ee934e4ab67 (diff)
parent0528181ea4ea54e4db21b6ddccf78d7287e57e85 (diff)
downloaderlang-sd_notify-master.tar.gz
Merge pull request #34 from lemenkov/native_unix_socketHEADmaster
Native unix socket
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5d7c937..6ea2bac 100644
--- a/README.md
+++ b/README.md
@@ -10,10 +10,10 @@ Installation
============
On Fedora/CentOS
-
+
```bash
rpm -i erlang-sd_notify-{version}-1.el7.centos.x86_64.rpm
-```
+```
On Debian/Ubuntu
@@ -32,7 +32,7 @@ sudo zypper --gpg-auto-import-keys refresh
sudo zypper install erlang-sd_notify
```
-
+
Build from source using Docker
===
@@ -59,7 +59,7 @@ Example
Download Binaries
===
-[Github Repository](https://github.com/systemd/erlang-sd_notify/releases)
+[Github Repository](https://github.com/systemd/erlang-sd_notify/releases)
Usage
=====
@@ -68,7 +68,7 @@ Quick example:
```bash
[root@a499ee66251a]# erl
- ...
+ ...
1> sd_notify:sd_notify(0,"READY=1").
0
```