From 91854f4d8985ee38ef481ce13c67c2e4c4fc7545 Mon Sep 17 00:00:00 2001 From: George Shaw Date: Tue, 17 Oct 2017 14:39:28 -0500 Subject: [PATCH] readme mistake --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ea0e4f..826e883 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ Frontend: ? # Deployment ```shell -\# Clone the Repo +# Clone the Repo git clone https://github.com/Ennovar/gPanel.git -\# Navigate to the directory +# Navigate to the directory cd gPanel -\# Start the web-hosting server +# Start the web-hosting server go run main.go ```