summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Santomaggio <gabriele.santomaggio@erlang-solutions.com>2015-12-28 19:11:01 +0100
committerGabriele Santomaggio <gabriele.santomaggio@erlang-solutions.com>2015-12-28 19:11:01 +0100
commitf6c4627a24d433adcf988745961f5e4007f80869 (patch)
tree0dcf32c81574e71bdccd9a2440c9ef0c8333093d
parent8dcc3e206172a957181e18b96d163651747eafd5 (diff)
downloaderlang-sd_notify-f6c4627a24d433adcf988745961f5e4007f80869.tar.gz
add tag
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index f45f8dc..39a6e18 100644
--- a/README.md
+++ b/README.md
@@ -6,13 +6,15 @@ I tested it starting for zero-dependencies RabbitMQ package ([github](https://gi
Build from source
-
-To build it execute the docker image.
-To add it to your package:
+* 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.1/ebin/
+ 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:
@@ -24,7 +26,7 @@ To test it use: `sd_notify:sd_notify(0,"READY=1")`, in this way:
Download the binary
-
-WIP
+https://github.com/Gsantomaggio/erlang-sd_notify/releases/tag/0.9
RabbitMQ notes:
-