From cbb834711128ed795c2e20ebad7fc2953033931d Mon Sep 17 00:00:00 2001
From: freechelmi <mm@ekimia.fr>
Date: Fri, 3 Apr 2020 19:37:25 +0200
Subject: [PATCH] Update doc for 1.2

---
 README.md | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 531872f..5cd3c83 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# libre.sh Version 1.1
+# libre.sh Version 1.2
 [![Backers on Open Collective](https://opencollective.com/libresh/backers/badge.svg)](#backers)
  [![Sponsors on Open Collective](https://opencollective.com/libresh/sponsors/badge.svg)](#sponsors) 
 
@@ -96,10 +96,17 @@ libre start
 To install application `wordpress` on `example.org`, first make point example.org to your server IP, and then, just run:
 
 ```
-libre provision -a github.com/indiehosters/wordpress -u example.org -s
+libre provision -a wordpress -u example.org -s
 ```
 
-Run `libre provision` for more details on the capabilities of the script.
+- -u   [arg] URL to process. Required.
+- -a   [arg] Application to install. (wordpress in REPO_MODE)
+- -t   [arg] Checkout a specific tag or branch from the application repo. default to master
+- -e   [arg] Specify the email of the application admin 
+- -s         Start the application right away.
+- -b         Buys the associated domain name.
+- -i         Configure OpenDKIM.
+- -c         Configures DNS if possible.
 
 ## To debug a module or an application:
 
-- 
GitLab