update readme

This commit is contained in:
Edi Septriyanto
2020-04-12 23:44:38 +07:00
parent 2fd40a68a4
commit 7df0f3eebd

View File

@@ -43,13 +43,13 @@ LEMPer stands for Linux, Engine-X (Nginx), MariaDB and PHP installer written in
### Install LEMPer stack
```bash
sudo apt install git && git clone -q https://github.com/joglomedia/LEMPer.git && cd LEMPer && cp -f .env.dist .env && sudo ./lemper.sh --install
sudo apt install git && git clone -q https://github.com/joglomedia/LEMPer.git && cd LEMPer && cp -f .env.dist .env && sudo ./install.sh
```
### Remove LEMPer stack
```bash
sudo ./lemper.sh --remove
sudo ./remove.sh
```
## LEMPer Command Line Administration Tool