Skip to content

Commit 3e02ff1

Browse files
authored
Update README.md
1 parent 60f7801 commit 3e02ff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Required basic dependencies.
5353
```
5454
wget https://raw.githubusercontent.com/Erreur32/nginx-proxy-manager-Bash-API/main/nginx_proxy_manager_cli.sh
5555
chmod +x nginx_proxy_manager_cli.sh
56-
# Edit config inside the script, and after check with:
56+
# Create a config file nginx_proxy_manager_cli.conf in same directory (to keep your config safe) check below.
5757
./nginx_proxy_manager_cli.sh --info
5858
```
5959

@@ -82,7 +82,7 @@ BASE_DIR="/path/nginx_proxy_script/data"
8282
## Usage
8383
```bash
8484
./nginx_proxy_manager_cli.sh [OPTIONS]
85-
./nginx_proxy_manager_cli.sh --info
85+
./nginx_proxy_manager_cli.sh --help
8686
./nginx_proxy_manager_cli.sh --show-default
8787
```
8888

0 commit comments

Comments
 (0)