From c27ccf1c5ceb8e88275201d50313c3a6d3fb1d6d Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 13 Sep 2023 20:00:47 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf7dd37..711bb14 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ memcached * The web root dir is `/src/public` * Deploy the database using [MySQL Workbench](https://www.mysql.com/products/workbench) project presented in the `/database` folder * Install [Sphinx Search Server](https://sphinxsearch.com) -* Configuration examples presented at `/config` folder. When server environment not provided, setup `env.default.php` +* Configuration examples presented at `/example/environment` folder. On first app launch, configuration file will be auto-generated in `/src/config` * Make sure `/src/api` folder writable * Set up the `/src/crontab` by following [example](https://github.com/YGGverse/YGGtracker/blob/main/example/environment/crontab)