update doc for --home

This commit is contained in:
neil 2016-04-13 23:36:32 +08:00
parent 70a5587513
commit 65938b73e1
1 changed files with 5 additions and 4 deletions

View File

@ -45,7 +45,7 @@ You can simply uninstall 1.x and re-install 2.x.
#How to install #How to install
1. Install online: ### 1. Install online:
``` ```
curl https://raw.githubusercontent.com/Neilpang/le/master/le.sh | INSTALLONLINE=1 bash curl https://raw.githubusercontent.com/Neilpang/le/master/le.sh | INSTALLONLINE=1 bash
@ -59,7 +59,7 @@ wget -O - https://raw.githubusercontent.com/Neilpang/le/master/le.sh | INSTALLO
``` ```
2. Or, Install from git: ### 2. Or, Install from git:
Clone this project: Clone this project:
``` ```
git clone https://github.com/Neilpang/le.git git clone https://github.com/Neilpang/le.git
@ -82,7 +82,7 @@ Show help message:
``` ```
root@v1:~# le.sh root@v1:~# le.sh
https://github.com/Neilpang/le https://github.com/Neilpang/le
v2.0.0 v2.0.2
Usage: le.sh command ...[parameters].... Usage: le.sh command ...[parameters]....
Commands: Commands:
--help, -h Show this help message. --help, -h Show this help message.
@ -126,7 +126,8 @@ Parameters:
--reloadcmd "service nginx reload" After issue/renew, it's used to reload the server. --reloadcmd "service nginx reload" After issue/renew, it's used to reload the server.
--accountconf Specifies a customized account config file. --accountconf Specifies a customized account config file.
--leworkingdir Specifies the home dir for le.sh --home Specifies the home dir for le.sh
``` ```