From a6fc2e3a90b7756d227f994259ec44a007bb11e7 Mon Sep 17 00:00:00 2001 From: Yasin Kaya Date: Fri, 27 Nov 2020 10:50:33 +0000 Subject: [PATCH] updated readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f6ef700..f0f7a0f 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,13 @@ Without further ado let us jump into the installation process: All source files are downloded from internet in this method. It is enough to download **ppp_install_standalone.sh** and run it. -`wget https://raw.githubusercontent.com/sixfab/Sixfab_PPP_Installer/master/ppp_install_standalone.sh` -`sudo chmod +x ppp_install_standalone.sh` -`sudo ./ppp_install_standalone.sh` +``` +wget https://raw.githubusercontent.com/sixfab/Sixfab_PPP_Installer/master/ppp_install_standalone.sh +sudo chmod +x ppp_install_standalone.sh +sudo ./ppp_install_standalone.sh +``` -## Installation with repository +## Installation by using repository Clone the repository