remove spaces

lollilol 2023-04-16 13:02:22 +02:00
parent 1fe8077ed0
commit ea5001a5bf

@ -73,11 +73,11 @@ docker run --rm -itd \
### 2. Then you can just use `docker exec` to execute any acme.sh commands.
```sh
docker exec acme.sh --help
docker exec acme.sh --help
```
```sh
docker exec acme.sh --issue -d example.com --standalone
docker exec acme.sh --issue -d example.com --standalone
```
Yes, again, You can use **any commands** that **acme.sh** supports here.