From 7df0f3eebd22c00ea15315580ba2221316cea150 Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Sun, 12 Apr 2020 23:44:38 +0700 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb04163..6e20f54 100644 --- a/README.md +++ b/README.md @@ -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