From 525d980c69a578108ac3bc57f6f8fbc1800ba697 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Thu, 8 Aug 2024 00:57:22 +0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2db3c019e..a2d69c5a7 100644 --- a/README.md +++ b/README.md @@ -93,10 +93,10 @@ For installation, you need to follow a few simple steps. 1. Edit domain name and domain port in the configuration file or a local copy (`$reserved_name` and `$reserved_port`) 2. Edit this files: - 1. **favicon.png** (change on your own) - 2. **robots.txt** (change the addresses in lines `Host` and `Sitemap` on your own) - 3. **opensearch_desc.xml** (change the description and address on your own) - 4. **opensearch_desc_bt.xml** (change the description and address on your own) + 1. `favicon.png` (change on your own) + 2. `robots.txt` (change the addresses in lines `Host` and `Sitemap` on your own) + 3. `opensearch_desc.xml` (change the description and address on your own) + 4. `opensearch_desc_bt.xml` (change the description and address on your own) 3. Log in to the forum with **admin/admin** login/password and finish setting up via admin panel ## 🔐 Security vulnerabilities @@ -105,8 +105,8 @@ If you discover a security vulnerability within TorrentPier, please follow our [ ## 📌 Our recommendations -* *The recommended way to run cron.php.* - For significant tracker speed increase may be required to replace built-in cron.php by operating system daemon. -* *Local configuration copy.* - You can override the settings using local configuration file **library/config.local.php**. +* *The recommended way to run cron.php.* - For significant tracker speed increase may be required to replace built-in `cron.php` by operating system daemon. +* *Local configuration copy.* - You can override the settings using local configuration file `library/config.local.php`. ## 💚 Contributing / Contributors