summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Santomaggio <G.santomaggio@gmail.com>2015-12-28 19:13:58 +0100
committerGabriele Santomaggio <G.santomaggio@gmail.com>2015-12-28 19:13:58 +0100
commitfbb3eba2f206347c01f33cc1f083413a5bf91e1b (patch)
treebca44b1ada5926974302cce9ef0520f4b06fab43
parentf6c4627a24d433adcf988745961f5e4007f80869 (diff)
downloaderlang-sd_notify-fbb3eba2f206347c01f33cc1f083413a5bf91e1b.tar.gz
Update README.md
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 39a6e18..5646e2d 100644
--- a/README.md
+++ b/README.md
@@ -10,11 +10,11 @@ Build from source
* To build it execute the docker image.
* To add it to your package:
- extract the tar.gz
- mkdir -p /usr/lib64/erlang/lib/sd_notify-0.9/priv/
- mkdir -p /usr/lib64/erlang/lib/sd_notify-0.9/ebin/
- cp priv/* /usr/lib64/erlang/lib/sd_notify-0.9/priv/
- cp ebin/* /usr/lib64/erlang/lib/sd_notify-0.9/ebin/
+ `extract the tar.gz`
+ `mkdir -p /usr/lib64/erlang/lib/sd_notify-0.9/priv/`
+ `mkdir -p /usr/lib64/erlang/lib/sd_notify-0.9/ebin/`
+ `cp priv/* /usr/lib64/erlang/lib/sd_notify-0.9/priv/`
+ `cp ebin/* /usr/lib64/erlang/lib/sd_notify-0.9/ebin/`
To test it use: `sd_notify:sd_notify(0,"READY=1")`, in this way:
@@ -30,4 +30,4 @@ https://github.com/Gsantomaggio/erlang-sd_notify/releases/tag/0.9
RabbitMQ notes:
-
-RabbitMQ does not need `sd_notify`, this add this feature for the users that in general need `sd_notify`. The integration should be considerer as **experimental** \ No newline at end of file
+RabbitMQ does not need `sd_notify`, this add this feature for the users that in general need `sd_notify`. The integration should be considerer as **experimental**