From bd34132469afff9d9d6d0a483dee51630833a8bf Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Thu, 8 Aug 2024 01:38:31 +0700 Subject: [PATCH] Update README.md --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9aed9e8d7..54b8656c8 100644 --- a/README.md +++ b/README.md @@ -77,13 +77,8 @@ For installation, you need to follow a few simple steps. 4. Create database and import dump located at `install/sql/mysql.sql` 5. Edit database configuration settings in the environment (`.env.example`, after rename to `.env`) 6. Provide write permissions to the specified folders: - * `data/avatars` - * `data/uploads` - * `data/uploads/thumbs` - * `internal_data/atom` - * `internal_data/cache` - * `internal_data/log` - * `internal_data/triggers` + * `data/avatars`, `data/uploads`, `data/uploads/thumbs` + * `internal_data/atom`, `internal_data/cache`, `internal_data/log`, `internal_data/triggers` * `sitemap` 7. Voila! ✨