From 17727f6cd8561a7cd3ccf7336cd65169c7d37909 Mon Sep 17 00:00:00 2001 From: Stricted Date: Sun, 24 May 2015 16:46:11 +0200 Subject: [PATCH] add recursive clone instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d93e9b7..6fd2d59 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ The installation isn't so easy than it will be in the future, when we've have en * Clone the git repository: `git clone https://github.com/Stricted/Domain-Control-Panel.git` * init and update git submodule `git submodule init` and `git submodule update` + * or clone it recursive with `git clone --recursive https://github.com/Stricted/Domain-Control-Panel.git` * Change the `config.inc.php.example` file to your needs and rename it to `config.inc.php` * Import the structure in `database.sql` file in your database. * Open the page and use the default user and password to login: `admin` -- 2.20.1