summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Santomaggio <G.santomaggio@gmail.com>2015-12-28 19:14:31 +0100
committerGabriele Santomaggio <G.santomaggio@gmail.com>2015-12-28 19:14:31 +0100
commit84df51fd234905de7b5c5ed826f994ad59904c47 (patch)
tree5a395106c522c425a48485e8df95f74ccdc854ea
parentfbb3eba2f206347c01f33cc1f083413a5bf91e1b (diff)
downloaderlang-sd_notify-84df51fd234905de7b5c5ed826f994ad59904c47.tar.gz
Update README.md
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5646e2d..f3e6e1e 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: