Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Commit a7bf103

Browse files
authored
Update README.md
Added another step
1 parent 115535c commit a7bf103

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ This is a brand new admin panel that is currently in alpha stages. As of now, th
33

44
## To Set-Up, follow steps below:
55

6-
First create a MySQL database by running:
6+
First clone the repository into your web server's document root directory, then run:
7+
8+
git clone [email protected]:NerdOfCode/admin-panel.git
9+
10+
11+
Then to set a user up, create a MySQL database by running:
712

813
```MySQL
914
CREATE DATABASE database_name_goes_here;

0 commit comments

Comments
 (0)