Update README.md

This commit is contained in:
Roman Kelesidis 2024-08-08 01:00:11 +07:00
commit 428cc99521

View file

@ -73,7 +73,7 @@ For installation, you need to follow a few simple steps.
1. Install [Composer](https://getcomposer.org/) 1. Install [Composer](https://getcomposer.org/)
2. Run `composer create-project torrentpier/torrentpier` 2. Run `composer create-project torrentpier/torrentpier`
3. After run `composer install` on the project directory 3. After run `composer install` on the project directory
4. Create database and import dump located at **install/sql/mysql.sql** 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`) 5. Edit database configuration settings in the environment (`.env.example`, after rename to `.env`)
6. You must provide write permissions to the specified folders: 6. You must provide write permissions to the specified folders:
1. `data/avatars` 1. `data/avatars`